|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavassist.bytecode.AttributeInfo
javassist.bytecode.LocalVariableAttribute
javassist.bytecode.LocalVariableTypeAttribute
public class LocalVariableTypeAttribute
LocalVariableTypeTable_attribute.
| Field Summary | |
|---|---|
static java.lang.String |
tag
The name of the attribute "LocalVariableTypeTable". |
| Fields inherited from class javassist.bytecode.LocalVariableAttribute |
|---|
typeTag |
| Constructor Summary | |
|---|---|
LocalVariableTypeAttribute(ConstPool cp)
Constructs an empty LocalVariableTypeTable. |
|
| Method Summary |
|---|
| Methods inherited from class javassist.bytecode.LocalVariableAttribute |
|---|
addEntry, codeLength, copy, descriptor, descriptorIndex, index, nameIndex, shiftIndex, signature, signatureIndex, startPc, tableLength, variableName |
| Methods inherited from class javassist.bytecode.AttributeInfo |
|---|
get, getConstPool, getName, length, set |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String tag
"LocalVariableTypeTable".
| Constructor Detail |
|---|
public LocalVariableTypeAttribute(ConstPool cp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||