toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.bytecode.analysis
/
LiveVariableAnalyzer
Live
Variable
Analyzer
class
LiveVariableAnalyzer
(
owner
:
String
,
method
:
MethodNode
)
:
DataFlowAnalyzer
<
IntSet
>
Members
Constructors
Live
Variable
Analyzer
Link copied to clipboard
constructor
(
owner
:
String
,
method
:
MethodNode
)
Functions
analyze
Link copied to clipboard
fun
analyze
(
)
get
In
Set
Link copied to clipboard
fun
getInSet
(
index
:
Int
)
:
IntSet
?
fun
getInSet
(
insn
:
AbstractInsnNode
)
:
IntSet
?
get
Out
Set
Link copied to clipboard
fun
getOutSet
(
index
:
Int
)
:
IntSet
?
fun
getOutSet
(
insn
:
AbstractInsnNode
)
:
IntSet
?