|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.rice.cs.cunit.classFile.attributes.LocalVariableTableAttributeInfo.LocalVariableRecord
public static class LocalVariableTableAttributeInfo.LocalVariableRecord
Storage class for line number/program counter _pairs.
Field Summary | |
---|---|
AUTFPoolInfo |
descriptor
|
int |
index
|
int |
length
|
AUTFPoolInfo |
name
|
int |
startPC
|
Constructor Summary | |
---|---|
LocalVariableTableAttributeInfo.LocalVariableRecord(int startPC,
int length,
AUTFPoolInfo name,
AUTFPoolInfo descriptor,
int index)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int startPC
public int length
public AUTFPoolInfo name
public AUTFPoolInfo descriptor
public int index
Constructor Detail |
---|
public LocalVariableTableAttributeInfo.LocalVariableRecord(int startPC, int length, AUTFPoolInfo name, AUTFPoolInfo descriptor, int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |