Package org.codehaus.janino.util
Class ClassFile.StackMapTableAttribute.ObjectVariableInfo
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.StackMapTableAttribute.ObjectVariableInfo
-
- All Implemented Interfaces:
ClassFile.StackMapTableAttribute.VerificationTypeInfo
- Enclosing class:
- ClassFile.StackMapTableAttribute
public static class ClassFile.StackMapTableAttribute.ObjectVariableInfo extends Object implements ClassFile.StackMapTableAttribute.VerificationTypeInfo
Representation of theobject_variable_infostructure; see JVMS8 4.7.4.
-
-
Constructor Summary
Constructors Constructor Description ObjectVariableInfo(short constantClassInfoIndex, String fieldDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcategory()booleanequals(Object obj)shortgetConstantClassInfoIndex()inthashCode()voidstore(DataOutputStream dos)Writes this object to anOutputStream, in "class file" format.StringtoString()
-
-
-
Constructor Detail
-
ObjectVariableInfo
public ObjectVariableInfo(short constantClassInfoIndex, String fieldDescriptor)
-
-
Method Detail
-
getConstantClassInfoIndex
public short getConstantClassInfoIndex()
-
category
public int category()
- Specified by:
categoryin interfaceClassFile.StackMapTableAttribute.VerificationTypeInfo- Returns:
- The category of the type (1 or 2) (JVMS11 2.11.1)
-
store
public void store(DataOutputStream dos) throws IOException
Description copied from interface:ClassFile.StackMapTableAttribute.VerificationTypeInfoWrites this object to anOutputStream, in "class file" format.- Specified by:
storein interfaceClassFile.StackMapTableAttribute.VerificationTypeInfo- Throws:
IOException
-
-