public class LocalVariableTypeAttribute extends LocalVariableAttribute
LocalVariableTypeTable_attribute
.Modifier and Type | Field | Description |
---|---|---|
static String |
tag |
The name of the attribute
"LocalVariableTypeTable" . |
constPool
typeTag
Constructor | Description |
---|---|
LocalVariableTypeAttribute(ConstPool cp) |
Constructs an empty LocalVariableTypeTable.
|
get, getConstPool, getName, length, set
addEntry, codeLength, copy, descriptor, descriptorIndex, index, nameIndex, shiftIndex, signature, signatureIndex, startPc, tableLength, variableName
public static final String tag
"LocalVariableTypeTable"
.public LocalVariableTypeAttribute(ConstPool cp)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.