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
.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
Theoffset_delta
value that is implicit to all stack map frames; see JVMS8 4.7.4. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <T> T
Invokes the "right"visit...()
method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor
.abstract void
store
(DataOutputStream dos) Serializes this record and writes it to the givenDataOutputStream
.
-
Field Details
-
offsetDelta
final int offsetDeltaTheoffset_delta
value that is implicit to all stack map frames; see JVMS8 4.7.4.
-
-
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
-