Package javassist.bytecode
Class LocalVariableTypeAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.LocalVariableAttribute
javassist.bytecode.LocalVariableTypeAttribute
LocalVariableTypeTable_attribute
.- Since:
- 3.11
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the attribute"LocalVariableTypeTable"
.Fields inherited from class javassist.bytecode.LocalVariableAttribute
typeTag
-
Constructor Summary
ConstructorDescriptionConstructs 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, variableNameByIndex
Methods inherited from class javassist.bytecode.AttributeInfo
get, getConstPool, getName, length, set
-
Field Details
-
tag
The name of the attribute"LocalVariableTypeTable"
.- See Also:
-
-
Constructor Details
-
LocalVariableTypeAttribute
Constructs an empty LocalVariableTypeTable.
-