abstract class com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node 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.CheckedExceptionTest$Default1Node
  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.CheckedExceptionTest$Default1Node this
         0: .line 60
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Default1Node;

  abstract void execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
    MethodParameters:
      Name  Flags
      arg   

  void s0(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node this
        start local 1 // int a
         0: .line 66
            new com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
            dup
            invokespecial com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException.<init>:()V
            athrow
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Default1Node;
            0    1     1     a  I
    Exceptions:
      throws com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     

  void s1(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node this
        start local 1 // double a
         0: .line 71
            new com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
            dup
            invokespecial com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException.<init>:()V
            athrow
        end local 1 // double a
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Default1Node;
            0    1     1     a  D
    Exceptions:
      throws com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "CheckedExceptionTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CheckedExceptionTest
InnerClasses:
  CheckedException = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException of com.oracle.truffle.api.dsl.test.CheckedExceptionTest
  abstract Default1Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default1Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest