|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.CodeAttr
public class CodeAttr
Constructor Summary | |
---|---|
CodeAttr()
Create a new bag. |
Method Summary | |
---|---|
void |
addGenericAttr(GenericAttr g)
Add a generic attribute to the method. |
void |
addInsn(Insn insn)
Append a new Insn to this code. |
void |
setCatchtable(Catchtable ctb)
Set the catchtable for this code |
void |
setLineTable(LineTableAttr ltab)
Set the line number table for this method |
void |
setLocalVarTable(LocalVarTableAttr lvar)
Set the local variable information for this method |
void |
setLocalVarTypeTable(LocalVarTypeTableAttr lvtyp)
Set the local variable type information for this method |
void |
setStackMap(StackMap s)
Set the StackMap attribute for this method |
void |
setStackSize(short stack_size)
|
void |
setVarSize(short num_vars)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notifyAll, notify, wait, wait, wait |
Constructor Detail |
---|
public CodeAttr()
Insn
,
Catchtable
,
ClassEnv.addMethod(jas.Method)
Method Detail |
---|
public void setCatchtable(Catchtable ctb)
public void setLineTable(LineTableAttr ltab)
public void setLocalVarTable(LocalVarTableAttr lvar)
public void setLocalVarTypeTable(LocalVarTypeTableAttr lvtyp)
public void setStackMap(StackMap s)
public void addGenericAttr(GenericAttr g)
public void addInsn(Insn insn)
public void setStackSize(short stack_size)
public void setVarSize(short num_vars)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |