|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphelps.lang.reflect.Attribute_info
phelps.lang.reflect.Code_attribute
| Field Summary | |
|---|---|
long |
code_length
|
int |
code_offset
|
int |
max_locals
|
int |
max_stack
|
| Fields inherited from class phelps.lang.reflect.Attribute_info |
|---|
attribute_name, attribute_offset |
| Constructor Summary | |
|---|---|
Code_attribute(Cp_info[] cp,
ClassFile cf,
java.lang.String name,
int off)
|
|
| Method Summary | |
|---|---|
void |
disasm(Cp_info[] cp,
ClassFile cf)
|
void |
getBasicBlocks(Cp_info[] cp,
ClassFile cf)
|
void |
getInstructions(Cp_info[] cp,
ClassFile cf)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int max_stack
public int max_locals
public long code_length
public int code_offset
| Constructor Detail |
|---|
public Code_attribute(Cp_info[] cp,
ClassFile cf,
java.lang.String name,
int off)
| Method Detail |
|---|
public void getBasicBlocks(Cp_info[] cp,
ClassFile cf)
public void getInstructions(Cp_info[] cp,
ClassFile cf)
public void disasm(Cp_info[] cp,
ClassFile cf)
public java.lang.String toString()
toString in class Attribute_info
|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||