Package org.codehaus.janino.util
Class ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
-
- org.codehaus.janino.util.ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended
-
- Enclosing class:
- ClassFile.StackMapTableAttribute
public static class ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended extends ClassFile.StackMapTableAttribute.StackMapFrame
Representation of thesame_locals_1_stack_item_frame_extendedstructure; see JVMS8 4.7.4.
-
-
Constructor Summary
Constructors Constructor Description SameLocals1StackItemFrameExtended(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo stack)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> smfv)Invokes the "right"visit...()method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor.voidstore(DataOutputStream dos)Serializes this record and writes it to the givenDataOutputStream.StringtoString()
-
-
-
Constructor Detail
-
SameLocals1StackItemFrameExtended
public SameLocals1StackItemFrameExtended(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo stack)
-
-
Method Detail
-
store
public void store(DataOutputStream dos) throws IOException
Description copied from class:ClassFile.StackMapTableAttribute.StackMapFrameSerializes this record and writes it to the givenDataOutputStream.- Specified by:
storein classClassFile.StackMapTableAttribute.StackMapFrame- Throws:
IOException
-
accept
public <T> T accept(ClassFile.StackMapTableAttribute.StackMapFrameVisitor<T> smfv)
Description copied from class:ClassFile.StackMapTableAttribute.StackMapFrameInvokes the "right"visit...()method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor.- Specified by:
acceptin classClassFile.StackMapTableAttribute.StackMapFrame
-
-