Uses of Class
org.codehaus.janino.util.ClassFile.StackMapTableAttribute.StackMapFrame
-
Packages that use ClassFile.StackMapTableAttribute.StackMapFrame Package Description org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.StackMapTableAttribute.StackMapFrame in org.codehaus.janino.util
Subclasses of ClassFile.StackMapTableAttribute.StackMapFrame in org.codehaus.janino.util Modifier and Type Class Description static class
ClassFile.StackMapTableAttribute.AppendFrame
Representation of theappend_frame
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.ChopFrame
Representation of thechop_frame
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.FullFrame
Representation of thefull_frame
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.SameFrame
Representation of thesame_frame
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.SameFrameExtended
Representation of thesame_frame_extended
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrame
Representation of thesame_locals_1_stack_item_frame
structure; see JVMS8 4.7.4.static class
ClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtended
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.StackMapFrame Modifier and Type Field Description private ClassFile.StackMapTableAttribute.StackMapFrame[]
ClassFile.StackMapTableAttribute. entries
Constructors in org.codehaus.janino.util with parameters of type ClassFile.StackMapTableAttribute.StackMapFrame Constructor Description StackMapTableAttribute(short attributeNameIndex, ClassFile.StackMapTableAttribute.StackMapFrame[] entries)
-