public abstract class com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node extends com.oracle.truffle.api.dsl.test.IntrospectionTest$ReflectableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node
  super_class: com.oracle.truffle.api.dsl.test.IntrospectionTest$ReflectableNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node this
         0: .line 121
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.IntrospectionTest$ReflectableNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/IntrospectionTest$Introspection1Node;

  abstract java.lang.Object execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      o     

  protected static int doInt(int, int);
    descriptor: (II)I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // int o
        start local 1 // int cachedO
         0: .line 127
            iload 0 /* o */
            ireturn
        end local 1 // int cachedO
        end local 0 // int o
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0        o  I
            0    1     1  cachedO  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"cachedO == o"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "o")
    MethodParameters:
         Name  Flags
      o        
      cachedO  

  protected static int doGeneric(int);
    descriptor: (I)I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int o
         0: .line 132
            iload 0 /* o */
            ireturn
        end local 0 // int o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     o  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doInt"})
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "IntrospectionTest.java"
NestHost: com.oracle.truffle.api.dsl.test.IntrospectionTest
InnerClasses:
  public abstract Introspection1Node = com.oracle.truffle.api.dsl.test.IntrospectionTest$Introspection1Node of com.oracle.truffle.api.dsl.test.IntrospectionTest
  public ReflectableNode = com.oracle.truffle.api.dsl.test.IntrospectionTest$ReflectableNode of com.oracle.truffle.api.dsl.test.IntrospectionTest