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

  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 value
        start local 1 // int cachedvalue
         0: .line 90
            iload 1 /* cachedvalue */
            ineg
            ireturn
        end local 1 // int cachedvalue
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0        value  I
            0    1     1  cachedvalue  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"cachedvalue == value"}, limit = "1")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "value")
    MethodParameters:
             Name  Flags
      value        
      cachedvalue  

  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 value
         0: .line 95
            iload 0 /* value */
            ineg
            ireturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doInt"})
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "IntrospectionTest.java"
NestHost: com.oracle.truffle.api.dsl.test.IntrospectionTest
InnerClasses:
  abstract NegateNode = com.oracle.truffle.api.dsl.test.IntrospectionTest$NegateNode of com.oracle.truffle.api.dsl.test.IntrospectionTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/IntrospectionTest$IntrospectionTypeSystem;)
      com.oracle.truffle.api.dsl.Introspectable()