Package org.codehaus.janino.util
Class ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame
java.lang.Object
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame
- Enclosing class:
ClassFile.StackMapTableAttribute
public static class ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame
extends ClassFile.StackMapTableAttribute.StackMapFrame
Representation of the
same_locals_1_stack_item_frame
structure; see JVMS8 4.7.4.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassFile.StackMapTableAttribute.VerificationTypeInfo
Fields inherited from class org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
offsetDelta
-
Constructor Summary
ConstructorsConstructorDescriptionSameLocals1StackItemFrame
(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo stack) -
Method Summary
Modifier and TypeMethodDescription<T> T
Invokes the "right"visit...()
method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor
.void
store
(DataOutputStream dos) Serializes this record and writes it to the givenDataOutputStream
.toString()
-
Field Details
-
stack
-
-
Constructor Details
-
SameLocals1StackItemFrame
public SameLocals1StackItemFrame(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo stack)
-
-
Method Details
-
store
Description copied from class:ClassFile.StackMapTableAttribute.StackMapFrame
Serializes this record and writes it to the givenDataOutputStream
.- Specified by:
store
in classClassFile.StackMapTableAttribute.StackMapFrame
- Throws:
IOException
-
accept
Description copied from class:ClassFile.StackMapTableAttribute.StackMapFrame
Invokes the "right"visit...()
method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor
.- Specified by:
accept
in classClassFile.StackMapTableAttribute.StackMapFrame
-
toString
-