Class StackMapData.StackMapItemTaggedPointer
java.lang.Object
org.openjdk.asmtools.jasm.StackMapData.StackMapItemTaggedPointer
- All Implemented Interfaces:
DataWriter
- Enclosing class:
StackMapData
verification_type_info:
Object_variable_info, Uninitialized_variable_info
Common Format:
*_info {
u1 tag = ITEM_*; // from 7 to 8
u2 cpool_index/offset;
}
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Indexer(package private) StackMap.VerificationType -
Constructor Summary
ConstructorsConstructorDescriptionStackMapItemTaggedPointer(StackMap.VerificationType itemVerificationType, Indexer arg) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataWriter
isCountable
-
Field Details
-
itemVerificationType
StackMap.VerificationType itemVerificationType -
arg
Indexer arg
-
-
Constructor Details
-
StackMapItemTaggedPointer
StackMapItemTaggedPointer(StackMap.VerificationType itemVerificationType, Indexer arg)
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLengthin interfaceDataWriter
-
write
- Specified by:
writein interfaceDataWriter- Throws:
IOException
-