final class com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory implements com.oracle.truffle.api.test.TruffleExceptionTest$ExceptionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory this
         0: .line 557
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/TruffleExceptionTest$InternalExceptionFactory;

  public java.lang.Object apply(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory this
        start local 1 // com.oracle.truffle.api.nodes.Node t
         0: .line 560
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         1: .line 561
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
        end local 1 // com.oracle.truffle.api.nodes.Node t
        end local 0 // com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/TruffleExceptionTest$InternalExceptionFactory;
            0    2     1     t  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "TruffleExceptionTest.java"
NestHost: com.oracle.truffle.api.test.TruffleExceptionTest
InnerClasses:
  abstract ExceptionFactory = com.oracle.truffle.api.test.TruffleExceptionTest$ExceptionFactory of com.oracle.truffle.api.test.TruffleExceptionTest
  final InternalExceptionFactory = com.oracle.truffle.api.test.TruffleExceptionTest$InternalExceptionFactory of com.oracle.truffle.api.test.TruffleExceptionTest