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

  abstract void execute();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT

  void s0(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$Error3Node this
        start local 1 // java.lang.Object o
         0: .line 153
            return
        end local 1 // java.lang.Object o
        end local 0 // com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error3Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CheckedExceptionTest$Error3Node;
            0    1     1     o  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Specialization guard method or cache initializer declares an undeclared checked exception [com.oracle.truffle.api.dsl.test.CheckedExceptionTest.CheckedException]. Only checked exceptions are allowed that were declared in the execute signature. Allowed exceptions are: []."})
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached(value = "initializer()")
    MethodParameters:
      Name  Flags
      o     

  static java.lang.Object initializer();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 156
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.oracle.truffle.api.dsl.test.CheckedExceptionTest$CheckedException
}
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 Error3Node = com.oracle.truffle.api.dsl.test.CheckedExceptionTest$Error3Node of com.oracle.truffle.api.dsl.test.CheckedExceptionTest