public static class DebugInfoItem.DNode
extends java.lang.Object
| 构造器和说明 |
|---|
DNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DebugInfoItem.DNode |
endLocal(int reg,
Label label) |
static DebugInfoItem.DNode |
epiogue(Label label) |
static DebugInfoItem.DNode |
line(int line,
Label label) |
static DebugInfoItem.DNode |
prologue(Label label) |
static DebugInfoItem.DNode |
restartLocal(int reg,
Label label) |
static DebugInfoItem.DNode |
startLocal(int reg,
Label label,
StringIdItem name,
TypeIdItem type) |
static DebugInfoItem.DNode |
startLocalEx(int reg,
Label label,
StringIdItem name,
TypeIdItem type,
StringIdItem sig) |
public int op
public int reg
public int line
public Label label
public static DebugInfoItem.DNode startLocal(int reg, Label label, StringIdItem name, TypeIdItem type)
public static DebugInfoItem.DNode line(int line, Label label)
public static DebugInfoItem.DNode startLocalEx(int reg, Label label, StringIdItem name, TypeIdItem type, StringIdItem sig)
public static DebugInfoItem.DNode endLocal(int reg, Label label)
public static DebugInfoItem.DNode restartLocal(int reg, Label label)
public static DebugInfoItem.DNode epiogue(Label label)
public static DebugInfoItem.DNode prologue(Label label)