public class org.graalvm.compiler.lir.LIRIntrospection$OperandModeAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.lir.LIRIntrospection$OperandModeAnnotation
  super_class: java.lang.Object
{
  public int directCount;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public final java.util.ArrayList<org.graalvm.compiler.lir.LIRIntrospection$ValueFieldInfo> values;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lorg/graalvm/compiler/lir/LIRIntrospection$ValueFieldInfo;>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.LIRIntrospection$OperandModeAnnotation this
         0: .line 156
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 162
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.lir.LIRIntrospection$OperandModeAnnotation.values:Ljava/util/ArrayList;
         2: .line 156
            return
        end local 0 // org.graalvm.compiler.lir.LIRIntrospection$OperandModeAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/lir/LIRIntrospection$OperandModeAnnotation;
}
SourceFile: "LIRIntrospection.java"
NestHost: org.graalvm.compiler.lir.LIRIntrospection
InnerClasses:
  protected OperandModeAnnotation = org.graalvm.compiler.lir.LIRIntrospection$OperandModeAnnotation of org.graalvm.compiler.lir.LIRIntrospection
  protected ValueFieldInfo = org.graalvm.compiler.lir.LIRIntrospection$ValueFieldInfo of org.graalvm.compiler.lir.LIRIntrospection