Uses of Class
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
Packages that use ClassFile.StackMapTableAttribute.StackMapFrame
-
Uses of ClassFile.StackMapTableAttribute.StackMapFrame in org.codehaus.janino.util
Subclasses of ClassFile.StackMapTableAttribute.StackMapFrame in org.codehaus.janino.utilModifier and TypeClassDescriptionstatic class
Representation of theappend_frame
structure; see JVMS8 4.7.4.static class
Representation of thechop_frame
structure; see JVMS8 4.7.4.static class
Representation of thefull_frame
structure; see JVMS8 4.7.4.static class
Representation of thesame_frame
structure; see JVMS8 4.7.4.static class
Representation of thesame_frame_extended
structure; see JVMS8 4.7.4.static class
Representation of thesame_locals_1_stack_item_frame
structure; see JVMS8 4.7.4.static class
Representation of thesame_locals_1_stack_item_frame_extended
structure; see JVMS8 4.7.4.Fields in org.codehaus.janino.util declared as ClassFile.StackMapTableAttribute.StackMapFrameModifier and TypeFieldDescriptionprivate final ClassFile.StackMapTableAttribute.StackMapFrame[]
ClassFile.StackMapTableAttribute.entries
Constructors in org.codehaus.janino.util with parameters of type ClassFile.StackMapTableAttribute.StackMapFrameModifierConstructorDescriptionStackMapTableAttribute
(short attributeNameIndex, ClassFile.StackMapTableAttribute.StackMapFrame[] entries)