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

  protected int doInt(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1 this
        start local 1 // int value
         0: .line 98
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$TypeBoxingTest1;
            0    1     1  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  

  protected java.lang.Object doInt(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1 this
        start local 1 // java.lang.Object value
         0: .line 103
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/TypeBoxingTest$TypeBoxingTest1;
            0    1     1  value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "TypeBoxingTest.java"
NestHost: com.oracle.truffle.api.dsl.test.TypeBoxingTest
InnerClasses:
  abstract TestNode = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TestNode of com.oracle.truffle.api.dsl.test.TypeBoxingTest
  abstract TypeBoxingTest1 = com.oracle.truffle.api.dsl.test.TypeBoxingTest$TypeBoxingTest1 of com.oracle.truffle.api.dsl.test.TypeBoxingTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild()