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 classClassFile.StackMapTableAttribute.AppendFrameRepresentation of theappend_framestructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.ChopFrameRepresentation of thechop_framestructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.FullFrameRepresentation of thefull_framestructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.SameFrameRepresentation of thesame_framestructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.SameFrameExtendedRepresentation of thesame_frame_extendedstructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.SameLocals1StackItemFrameRepresentation of thesame_locals_1_stack_item_framestructure; see JVMS8 4.7.4.static classClassFile.StackMapTableAttribute.SameLocals1StackItemFrameExtendedRepresentation of thesame_locals_1_stack_item_frame_extendedstructure; 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. entriesConstructors in org.codehaus.janino.util with parameters of type ClassFile.StackMapTableAttribute.StackMapFrame Constructor Description StackMapTableAttribute(short attributeNameIndex, ClassFile.StackMapTableAttribute.StackMapFrame[] entries)
-