Class LocalVariableTypeAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.LocalVariableAttribute
javassist.bytecode.LocalVariableTypeAttribute
LocalVariableTypeTable_attribute.- Since:
- 3.11
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the attribute"LocalVariableTypeTable".Fields inherited from class LocalVariableAttribute
typeTag -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty LocalVariableTypeTable. -
Method Summary
Methods inherited from class LocalVariableAttribute
addEntry, codeLength, copy, descriptor, descriptorIndex, index, nameIndex, shiftIndex, signature, signatureIndex, startPc, tableLength, variableName, variableNameByIndexMethods inherited from class AttributeInfo
get, getConstPool, getName, length, set, setMaxAttributeLength
-
Field Details
-
tag
-
-
Constructor Details
-
LocalVariableTypeAttribute
Constructs an empty LocalVariableTypeTable.
-