toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.bytecode.analysis
/
DataFlowAnalyzer
Data
Flow
Analyzer
abstract
class
DataFlowAnalyzer
<
T
>
(
owner
:
String
,
method
:
MethodNode
,
backwards
:
Boolean
=
false
)
Inheritors
CopyPropagationAnalyzer
FieldWriteAnalyzer
LiveVariableAnalyzer
Members
Constructors
Data
Flow
Analyzer
Link copied to clipboard
constructor
(
owner
:
String
,
method
:
MethodNode
,
backwards
:
Boolean
=
false
)
Functions
analyze
Link copied to clipboard
fun
analyze
(
)
get
In
Set
Link copied to clipboard
fun
getInSet
(
index
:
Int
)
:
T
?
fun
getInSet
(
insn
:
AbstractInsnNode
)
:
T
?
get
Out
Set
Link copied to clipboard
fun
getOutSet
(
index
:
Int
)
:
T
?
fun
getOutSet
(
insn
:
AbstractInsnNode
)
:
T
?