Package aQute.bnd.classfile
Class LocalVariableTypeTableAttribute.LocalVariableType
java.lang.Object
aQute.bnd.classfile.LocalVariableTypeTableAttribute.LocalVariableType
- Enclosing class:
- LocalVariableTypeTableAttribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableType
(int start_pc, int length, String name, String signature, int index) -
Method Summary
Modifier and TypeMethodDescription(package private) static LocalVariableTypeTableAttribute.LocalVariableType
read
(DataInput in, ConstantPool constant_pool) toString()
(package private) int
(package private) void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
start_pc
public final int start_pc -
length
public final int length -
name
-
signature
-
index
public final int index
-
-
Constructor Details
-
LocalVariableType
-
-
Method Details
-
toString
-
read
static LocalVariableTypeTableAttribute.LocalVariableType read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
value_length
int value_length()
-