Package org.codehaus.janino.util
Class ClassFile.StackMapTableAttribute.StackMapFrame
java.lang.Object
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
- Direct Known Subclasses:
ClassFile.StackMapTableAttribute.AppendFrame,ClassFile.StackMapTableAttribute.ChopFrame,ClassFile.StackMapTableAttribute.FullFrame,ClassFile.StackMapTableAttribute.SameFrame,ClassFile.StackMapTableAttribute.SameFrameExtended,ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame,ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended
- Enclosing class:
ClassFile.StackMapTableAttribute
Representation of an entry in the
ClassFile.StackMapTableAttribute.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <T> TInvokes the "right"visit...()method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor.abstract voidstore(DataOutputStream dos) Serializes this record and writes it to the givenDataOutputStream.
-
Constructor Details
-
StackMapFrame
public StackMapFrame(int offsetDelta)
-
-
Method Details
-
accept
Invokes the "right"visit...()method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor. -
store
Serializes this record and writes it to the givenDataOutputStream.- Throws:
IOException
-