|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.classFile.attributes.LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord
public static class LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord
Storage class for line number/program counter _pairs.
| Field Summary | |
|---|---|
int |
index
|
int |
length
|
AUTFPoolInfo |
name
|
AUTFPoolInfo |
signature
|
int |
startPC
|
| Constructor Summary | |
|---|---|
LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord(int startPC,
int length,
AUTFPoolInfo name,
AUTFPoolInfo signature,
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 signature
public int index
| Constructor Detail |
|---|
public LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord(int startPC,
int length,
AUTFPoolInfo name,
AUTFPoolInfo signature,
int index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||