Package org.robovm.compiler.plugin.debug
Class DebuggerDebugVariableSlicer
java.lang.Object
org.robovm.compiler.plugin.debug.DebuggerDebugVariableSlicer
public class DebuggerDebugVariableSlicer extends Object
Manages local variables resolution
main task -- is creating 'slices' -- list of variables that are visible at specific unit
-
Constructor Summary
Constructors Constructor Description DebuggerDebugVariableSlicer(Config config, soot.SootMethod method) -
Method Summary
Modifier and Type Method Description soot.SootMethodgetMethod()
-
Constructor Details
-
DebuggerDebugVariableSlicer
-
-
Method Details
-
getMethod
public soot.SootMethod getMethod()
-