final class org.objectweb.asm.Context
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.Context
  super_class: java.lang.Object
{
  org.objectweb.asm.Attribute[] attributePrototypes;
    descriptor: [Lorg/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) 

  org.objectweb.asm.Label[] currentMethodLabels;
    descriptor: [Lorg/objectweb/asm/Label;
    flags: (0x0000) 

  int currentTypeAnnotationTarget;
    descriptor: I
    flags: (0x0000) 

  org.objectweb.asm.TypePath currentTypeAnnotationTargetPath;
    descriptor: Lorg/objectweb/asm/TypePath;
    flags: (0x0000) 

  org.objectweb.asm.Label[] currentLocalVariableAnnotationRangeStarts;
    descriptor: [Lorg/objectweb/asm/Label;
    flags: (0x0000) 

  org.objectweb.asm.Label[] currentLocalVariableAnnotationRangeEnds;
    descriptor: [Lorg/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 // org.objectweb.asm.Context this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.objectweb.asm.Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/Context;
}
SourceFile: "Context.java"