Package org.openjdk.asmtools.jasm
Class StackMapData.StackMapItem1
- java.lang.Object
-
- org.openjdk.asmtools.jasm.StackMapData.StackMapItem1
-
- All Implemented Interfaces:
Data
- Enclosing class:
- StackMapData
public static class StackMapData.StackMapItem1 extends java.lang.Object implements Data
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Tables.StackMapType
itemType
-
Constructor Summary
Constructors Constructor Description StackMapItem1(Tables.StackMapType itemType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
void
write(CheckedDataOutputStream out)
-
-
-
Field Detail
-
itemType
Tables.StackMapType itemType
-
-
Constructor Detail
-
StackMapItem1
StackMapItem1(Tables.StackMapType itemType)
-
-
Method Detail
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
-