LiveVariableAnalyzer

class LiveVariableAnalyzer(owner: String, method: MethodNode) : DataFlowAnalyzer<IntSet>

Constructors

Link copied to clipboard
constructor(owner: String, method: MethodNode)

Functions

Link copied to clipboard
fun analyze()
Link copied to clipboard
fun getInSet(index: Int): IntSet?
fun getInSet(insn: AbstractInsnNode): IntSet?
Link copied to clipboard
fun getOutSet(index: Int): IntSet?
fun getOutSet(insn: AbstractInsnNode): IntSet?