class com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode extends com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode
  super_class: com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode
{
  int executeInvoked;
    descriptor: I
    flags: (0x0000) 

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

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode this
         0: .line 249
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode.<init>:()V
         1: .line 254
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.value:I
         2: .line 249
            return
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$ConstantNode;

  public java.lang.Object execute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode this
         0: .line 258
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.executeInvoked:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.executeInvoked:I
         1: .line 259
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.value:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$ConstantNode;

  public int executeInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode this
         0: .line 264
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.executeIntInvoked:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.executeIntInvoked:I
         1: .line 265
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode.value:I
            ireturn
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$ConstantNode;
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
}
SourceFile: "TypeBoxingTest.java"
NestHost: com.oracle.truffle.api.dsl.test.TypeBoxingTest
InnerClasses:
  ConstantNode = com.oracle.truffle.api.dsl.test.TypeBoxingTest$ConstantNode of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TestNode = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode of com.oracle.truffle.api.dsl.test.TypeBoxingTest