public class org.graalvm.compiler.replacements.classfile.ClassfileConstantPool$Bytecodes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.classfile.ClassfileConstantPool$Bytecodes
  super_class: java.lang.Object
{
  public static final int GETSTATIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 178

  public static final int PUTSTATIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 179

  public static final int GETFIELD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 180

  public static final int PUTFIELD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 181

  public static final int INVOKEVIRTUAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 182

  public static final int INVOKESPECIAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 183

  public static final int INVOKESTATIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 184

  public static final int INVOKEINTERFACE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 185

  public static final int INVOKEDYNAMIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 186

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.classfile.ClassfileConstantPool$Bytecodes this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.classfile.ClassfileConstantPool$Bytecodes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/classfile/ClassfileConstantPool$Bytecodes;
}
SourceFile: "ClassfileConstantPool.java"
NestHost: org.graalvm.compiler.replacements.classfile.ClassfileConstantPool
InnerClasses:
  public Bytecodes = org.graalvm.compiler.replacements.classfile.ClassfileConstantPool$Bytecodes of org.graalvm.compiler.replacements.classfile.ClassfileConstantPool