javassist.bytecode
Class LocalVariableTypeAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.LocalVariableAttribute
javassist.bytecode.LocalVariableTypeAttribute
public class LocalVariableTypeAttribute
- extends LocalVariableAttribute
LocalVariableTypeTable_attribute.
- Since:
- 3.11
|
Field Summary |
static String |
tag
The name of the attribute "LocalVariableTypeTable". |
| Methods inherited from class javassist.bytecode.LocalVariableAttribute |
addEntry, codeLength, copy, descriptor, descriptorIndex, index, nameIndex, shiftIndex, signature, signatureIndex, startPc, tableLength, variableName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
public static final String tag
- The name of the attribute
"LocalVariableTypeTable".
- See Also:
- Constant Field Values
LocalVariableTypeAttribute
public LocalVariableTypeAttribute(ConstPool cp)
- Constructs an empty LocalVariableTypeTable.
Copyright © 2010. All Rights Reserved.