Package org.openjdk.asmtools.jasm
Class StackMapData.StackMapItemTagged
java.lang.Object
org.openjdk.asmtools.jasm.StackMapData.StackMapItemTagged
- All Implemented Interfaces:
DataWriter
- Enclosing class:
- StackMapData
verification_type_info:
Top_variable_info, Integer_variable_info, Float_variable_info, Null_variable_info,
UninitializedThis_variable_info, Long_variable_info, Double_variable_info
Common format:
*_info {
u1 tag = ITEM_*; // from 0 to 6
}
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
itemVerificationType
StackMap.VerificationType itemVerificationType
-
-
Constructor Details
-
StackMapItemTagged
StackMapItemTagged(StackMap.VerificationType itemVerificationType)
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLength
in interfaceDataWriter
-
write
- Specified by:
write
in interfaceDataWriter
- Throws:
IOException
-