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 classRepresentation of theappend_framestructure; see JVMS8 4.7.4.static classRepresentation of thechop_framestructure; see JVMS8 4.7.4.static classRepresentation of thefull_framestructure; see JVMS8 4.7.4.static classRepresentation of thesame_framestructure; see JVMS8 4.7.4.static classRepresentation of thesame_frame_extendedstructure; see JVMS8 4.7.4.static classRepresentation of thesame_locals_1_stack_item_framestructure; see JVMS8 4.7.4.static classRepresentation of thesame_locals_1_stack_item_frame_extendedstructure; see JVMS8 4.7.4.Fields in org.codehaus.janino.util declared as ClassFile.StackMapTableAttribute.StackMapFrameModifier and TypeFieldDescriptionprivate final ClassFile.StackMapTableAttribute.StackMapFrame[]ClassFile.StackMapTableAttribute.entriesConstructors in org.codehaus.janino.util with parameters of type ClassFile.StackMapTableAttribute.StackMapFrameModifierConstructorDescriptionStackMapTableAttribute(short attributeNameIndex, ClassFile.StackMapTableAttribute.StackMapFrame[] entries)