Class ClassFile.StackMapTableAttribute.FullFrame
java.lang.Object
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.FullFrame
- Enclosing class:
ClassFile.StackMapTableAttribute
public static class ClassFile.StackMapTableAttribute.FullFrame
extends ClassFile.StackMapTableAttribute.StackMapFrame
Representation of the
full_frame structure; see JVMS8 4.7.4.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassFile.StackMapTableAttribute.VerificationTypeInfo[]private final ClassFile.StackMapTableAttribute.VerificationTypeInfo[]Fields inherited from class ClassFile.StackMapTableAttribute.StackMapFrame
offsetDelta -
Constructor Summary
ConstructorsConstructorDescriptionFullFrame(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] stack) -
Method Summary
Modifier and TypeMethodDescription<T> TInvokes the "right"visit...()method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor.voidstore(DataOutputStream dos) Serializes this record and writes it to the givenDataOutputStream.toString()
-
Field Details
-
locals
-
stack
-
-
Constructor Details
-
FullFrame
public FullFrame(int offsetDelta, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] locals, ClassFile.StackMapTableAttribute.VerificationTypeInfo[] stack)
-
-
Method Details
-
store
Description copied from class:ClassFile.StackMapTableAttribute.StackMapFrameSerializes this record and writes it to the givenDataOutputStream.- Specified by:
storein classClassFile.StackMapTableAttribute.StackMapFrame- Throws:
IOException
-
accept
Description copied from class:ClassFile.StackMapTableAttribute.StackMapFrameInvokes the "right"visit...()method of theClassFile.StackMapTableAttribute.StackMapFrameVisitor.- Specified by:
acceptin classClassFile.StackMapTableAttribute.StackMapFrame
-
toString
-