public class com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 extends com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestExecutionSignatures
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6
  super_class: com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestExecutionSignatures
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
         0: .line 615
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestExecutionSignatures.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorIncomingValueNode6;

  public com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
        start local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probeNode
         0: .line 618
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probeNode
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorIncomingValueNode6;
            0    1     1  probeNode  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
    MethodParameters:
           Name  Flags
      probeNode  

  java.lang.Object convert1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
         0: .line 624
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorIncomingValueNode6;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @OutgoingConverter method signature. Must be either Object converter(Object) or Object converter(VirtualFrame, Object)"})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper$OutgoingConverter()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @OutgoingConverter method signature. Must be either Object converter(Object) or Object converter(VirtualFrame, Object)"})

  java.lang.Object convert2();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
         0: .line 630
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorIncomingValueNode6;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @IncomingConverter method signature. Must be either Object converter(Object) or Object converter(VirtualFrame, Object)"})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper$IncomingConverter()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Invalid @IncomingConverter method signature. Must be either Object converter(Object) or Object converter(VirtualFrame, Object)"})
}
SourceFile: "GenerateWrapperTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
InnerClasses:
  public abstract IncomingConverter = com.oracle.truffle.api.instrumentation.GenerateWrapper$IncomingConverter of com.oracle.truffle.api.instrumentation.GenerateWrapper
  public abstract OutgoingConverter = com.oracle.truffle.api.instrumentation.GenerateWrapper$OutgoingConverter of com.oracle.truffle.api.instrumentation.GenerateWrapper
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public ErrorIncomingValueNode6 = com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorIncomingValueNode6 of com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
  public abstract TestExecutionSignatures = com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestExecutionSignatures of com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()