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

  public com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation createOperation();
    descriptor: ()Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObjectOperation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject this
         0: .line 115
            new com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject$1.<init>:(Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObject;)V
            areturn
        end local 0 // com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/examples/Interop$TruffleObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "Interop.java"
NestHost: com.oracle.truffle.api.dsl.test.examples.Interop
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public TruffleObject = com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject of com.oracle.truffle.api.dsl.test.examples.Interop
  com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObject$1
  public abstract TruffleObjectOperation = com.oracle.truffle.api.dsl.test.examples.Interop$TruffleObjectOperation of com.oracle.truffle.api.dsl.test.examples.Interop