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

  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$Default2Node this
        start local 1 // int a
         0: .line 90
            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$Default2Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Default2Node;
            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$Default2Node this
        start local 1 // double a
         0: .line 95
            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$Default2Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Default2Node;
            0    1     1     a  D
    Exceptions:
      throws com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"guard()"})
    MethodParameters:
      Name  Flags
      a     

  static boolean guard();
    descriptor: ()Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 99
            new com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
            dup
            invokespecial com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException.<init>:()V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException

  void f(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default2Node this
        start local 1 // java.lang.Object a
         0: .line 104
            return
        end local 1 // java.lang.Object a
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default2Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Default2Node;
            0    1     1     a  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    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 Default2Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Default2Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest