final class jdk.internal.org.objectweb.asm.Context
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.Context
super_class: java.lang.Object
{
jdk.internal.org.objectweb.asm.Attribute[] attributePrototypes;
descriptor: [Ljdk/internal/org/objectweb/asm/Attribute;
flags: (0x0000)
int parsingOptions;
descriptor: I
flags: (0x0000)
char[] charBuffer;
descriptor: [C
flags: (0x0000)
int currentMethodAccessFlags;
descriptor: I
flags: (0x0000)
java.lang.String currentMethodName;
descriptor: Ljava/lang/String;
flags: (0x0000)
java.lang.String currentMethodDescriptor;
descriptor: Ljava/lang/String;
flags: (0x0000)
jdk.internal.org.objectweb.asm.Label[] currentMethodLabels;
descriptor: [Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0000)
int currentTypeAnnotationTarget;
descriptor: I
flags: (0x0000)
jdk.internal.org.objectweb.asm.TypePath currentTypeAnnotationTargetPath;
descriptor: Ljdk/internal/org/objectweb/asm/TypePath;
flags: (0x0000)
jdk.internal.org.objectweb.asm.Label[] currentLocalVariableAnnotationRangeStarts;
descriptor: [Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0000)
jdk.internal.org.objectweb.asm.Label[] currentLocalVariableAnnotationRangeEnds;
descriptor: [Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0000)
int[] currentLocalVariableAnnotationRangeIndices;
descriptor: [I
flags: (0x0000)
int currentFrameOffset;
descriptor: I
flags: (0x0000)
int currentFrameType;
descriptor: I
flags: (0x0000)
int currentFrameLocalCount;
descriptor: I
flags: (0x0000)
int currentFrameLocalCountDelta;
descriptor: I
flags: (0x0000)
java.lang.Object[] currentFrameLocalTypes;
descriptor: [Ljava/lang/Object;
flags: (0x0000)
int currentFrameStackCount;
descriptor: I
flags: (0x0000)
java.lang.Object[] currentFrameStackTypes;
descriptor: [Ljava/lang/Object;
flags: (0x0000)
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // jdk.internal.org.objectweb.asm.Context this
0: .line 66
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // jdk.internal.org.objectweb.asm.Context this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/org/objectweb/asm/Context;
}
SourceFile: "Context.java"