Package org.codehaus.janino.util
Class ClassFile.StackMapTableAttribute.SameFrame
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
-
- org.codehaus.janino.util.ClassFile.StackMapTableAttribute.SameFrame
-
- Enclosing class:
- ClassFile.StackMapTableAttribute
public static class ClassFile.StackMapTableAttribute.SameFrame extends ClassFile.StackMapTableAttribute.StackMapFrame
Representation of thesame_framestructure; see JVMS8 4.7.4.
-
-
Field Summary
-
Fields inherited from class org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
offsetDelta
-
-
Constructor Summary
Constructors Constructor Description SameFrame(int offsetDelta)
-
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(java.io.DataOutputStream dos)Serializes this record and writes it to the givenDataOutputStream.java.lang.StringtoString()
-
-
-
Method Detail
-
store
public void store(java.io.DataOutputStream dos) throws java.io.IOExceptionDescription copied from class:ClassFile.StackMapTableAttribute.StackMapFrameSerializes this record and writes it to the givenDataOutputStream.- Specified by:
storein classClassFile.StackMapTableAttribute.StackMapFrame- Throws:
java.io.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
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-