Class DebugInfoItem.DNode
java.lang.Object
com.googlecode.d2j.dex.writer.item.DebugInfoItem.DNode
- Enclosing class:
DebugInfoItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugInfoItem.DNodestatic DebugInfoItem.DNodestatic DebugInfoItem.DNodestatic DebugInfoItem.DNodestatic DebugInfoItem.DNoderestartLocal(int reg, Label label) static DebugInfoItem.DNodestartLocal(int reg, Label label, StringIdItem name, TypeIdItem type) static DebugInfoItem.DNodestartLocalEx(int reg, Label label, StringIdItem name, TypeIdItem type, StringIdItem sig)
-
Field Details
-
op
public int op -
reg
public int reg -
line
public int line -
label
-
-
Constructor Details
-
DNode
public DNode()
-
-
Method Details
-
startLocal
public static DebugInfoItem.DNode startLocal(int reg, Label label, StringIdItem name, TypeIdItem type) -
line
-
startLocalEx
public static DebugInfoItem.DNode startLocalEx(int reg, Label label, StringIdItem name, TypeIdItem type, StringIdItem sig) -
endLocal
-
restartLocal
-
epiogue
-
prologue
-