public static class Block.ExitRec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Vector |
exceptions |
int |
exflags |
Block |
jump |
java.util.Hashtable |
localcopies |
ClassInfo |
mclass |
MethodInfo |
method |
int |
op |
Block |
primary |
Block |
ret |
int |
retlvt |
java.lang.Object |
retnode |
int |
role |
boolean |
savestack |
int |
stackuse |
int |
superinit |
int |
swanum |
BranchTarget[] |
switches |
int |
swofs |
Constructor and Description |
---|
Block.ExitRec() |
Block.ExitRec(int _op,
Block j,
Block p) |
Modifier and Type | Method and Description |
---|---|
Block.ExcInfo |
exAt(int i) |
static java.lang.String |
exflags2str(int exflags) |
void |
print(LineWriter out) |
public Block primary
public int op
public int stackuse
public Block jump
public int swofs
public int retlvt
public java.lang.Object retnode
public BranchTarget[] switches
public int swanum
public Block ret
public boolean savestack
public MethodInfo method
public ClassInfo mclass
public java.util.Vector exceptions
public int superinit
public int exflags
public java.util.Hashtable localcopies
public int role
public Block.ExcInfo exAt(int i)
public static java.lang.String exflags2str(int exflags)
public void print(LineWriter out)