Package javassist.bytecode
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 javassist.bytecode.LocalVariableAttribute
typeTagFields inherited from class javassist.bytecode.AttributeInfo
constPool, info, name -
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructs an empty LocalVariableTypeTable.privateLocalVariableTypeAttribute(ConstPool cp, byte[] dest) (package private)LocalVariableTypeAttribute(ConstPool cp, int n, DataInputStream in) -
Method Summary
Modifier and TypeMethodDescription(package private) LocalVariableAttributemakeThisAttr(ConstPool cp, byte[] dest) (package private) StringrenameEntry(String desc, String oldname, String newname) (package private) StringrenameEntry(String desc, Map<String, String> classnames) Methods inherited from class javassist.bytecode.LocalVariableAttribute
addEntry, codeLength, copy, descriptor, descriptorIndex, index, nameIndex, renameClass, renameClass, shiftIndex, shiftPc, signature, signatureIndex, startPc, tableLength, variableName, variableNameByIndexMethods inherited from class javassist.bytecode.AttributeInfo
copyAll, get, getConstPool, getLength, getName, getRefClasses, getRefClasses, length, lookup, read, remove, renameClass, renameClass, set, write, writeAll
-
Field Details
-
tag
The name of the attribute"LocalVariableTypeTable".- See Also:
-
-
Constructor Details
-
LocalVariableTypeAttribute
Constructs an empty LocalVariableTypeTable. -
LocalVariableTypeAttribute
LocalVariableTypeAttribute(ConstPool cp, int n, DataInputStream in) throws IOException - Throws:
IOException
-
LocalVariableTypeAttribute
-
-
Method Details
-
renameEntry
- Overrides:
renameEntryin classLocalVariableAttribute
-
renameEntry
- Overrides:
renameEntryin classLocalVariableAttribute
-
makeThisAttr
- Overrides:
makeThisAttrin classLocalVariableAttribute
-