final class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject
  super_class: java.lang.Object
{
  private final java.lang.Object original;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
        start local 1 // java.lang.Object original
        start local 2 // java.lang.String name
         0: .line 3030
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3031
            aload 0 /* this */
            aload 1 /* original */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.original:Ljava/lang/Object;
         2: .line 3032
            aload 0 /* this */
            aload 2 /* name */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.name:Ljava/lang/String;
         3: .line 3033
            return
        end local 2 // java.lang.String name
        end local 1 // java.lang.Object original
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
            0    4     1  original  Ljava/lang/Object;
            0    4     2      name  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      original  
      name      

  boolean isMetaObject();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
         0: .line 3037
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
         0: .line 3042
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Class<? extends com.oracle.truffle.api.TruffleLanguage<?>> getLanguage();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
         0: .line 3047
            ldc Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object getMetaQualifiedName();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
         0: .line 3052
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object getMetaSimpleName();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
         0: .line 3057
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.name:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isMetaInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
        start local 1 // java.lang.Object instance
         0: .line 3063
            aload 1 /* instance */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.original:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.original:Ljava/lang/Object;
            instanceof com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView
            ifeq 1
            aload 1 /* instance */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.original:Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.Object instance
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
            0    3     1  instance  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
          Name  Flags
      instance  

  java.lang.Object toDisplayString(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
        start local 1 // boolean config
         0: .line 3068
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.name:Ljava/lang/String;
            areturn
        end local 1 // boolean config
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationMetaObject;
            0    1     1  config  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      config  
}
SourceFile: "InstrumentationTestLanguage.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  final InstrumentationLanguageView = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  final InstrumentationMetaObject = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)