Package aQute.bnd.classfile
Class StackMapTableAttribute.ObjectVariableInfo
- java.lang.Object
-
- aQute.bnd.classfile.StackMapTableAttribute.VerificationTypeInfo
-
- aQute.bnd.classfile.StackMapTableAttribute.ObjectVariableInfo
-
- Enclosing class:
- StackMapTableAttribute
public static class StackMapTableAttribute.ObjectVariableInfo extends StackMapTableAttribute.VerificationTypeInfo
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
type
-
Fields inherited from class aQute.bnd.classfile.StackMapTableAttribute.VerificationTypeInfo
ITEM_Double, ITEM_Float, ITEM_Integer, ITEM_Long, ITEM_Null, ITEM_Object, ITEM_Top, ITEM_Uninitialized, ITEM_UninitializedThis, tag
-
-
Constructor Summary
Constructors Constructor Description ObjectVariableInfo(int tag, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
(package private) int
value_length()
(package private) void
write(java.io.DataOutput out, ConstantPool constant_pool)
-
Methods inherited from class aQute.bnd.classfile.StackMapTableAttribute.VerificationTypeInfo
read
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classStackMapTableAttribute.VerificationTypeInfo
-
write
void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
- Overrides:
write
in classStackMapTableAttribute.VerificationTypeInfo
- Throws:
java.io.IOException
-
value_length
int value_length()
- Overrides:
value_length
in classStackMapTableAttribute.VerificationTypeInfo
-
-