final class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView 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$InstrumentationLanguageView
  super_class: java.lang.Object
{
  protected final java.lang.Object delegate;
    descriptor: Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
        start local 1 // java.lang.Object delegate
         0: .line 3084
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3085
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
         2: .line 3086
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
         0: .line 3090
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
    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$InstrumentationLanguageView this
         0: .line 3095
            ldc Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/TruffleLanguage<*>;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasSourceLocation();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
         0: .line 3101
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Integer
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Long
            ifeq 2
         1: .line 3102
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 3103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Boolean
            ifeq 4
         3: .line 3104
            iconst_1
            ireturn
         4: .line 3105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            ifnull 6
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            ldc Infinity
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 3106
            iconst_1
            ireturn
         6: .line 3108
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
         0: .line 3114
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Integer
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Long
            ifeq 2
         1: .line 3115
      StackMap locals:
      StackMap stack:
            ldc "instrumentation-test-language"
            ldc "source integer"
            ldc "integer"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
         2: .line 3116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Boolean
            ifeq 4
         3: .line 3117
            ldc "instrumentation-test-language"
            ldc "source boolean"
            ldc "boolean"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
         4: .line 3118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            ifnull 6
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            ldc Infinity
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 3119
            ldc "instrumentation-test-language"
            ldc "source infinity"
            ldc "double"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
         6: .line 3121
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  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$InstrumentationLanguageView this
        start local 1 // boolean config
         0: .line 3127
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            invokestatic java.util.Objects.toString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // boolean config
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
            0    1     1  config  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      config  

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

  private java.lang.String getTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
         0: .line 3137
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Integer
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Long
            ifeq 2
         1: .line 3138
      StackMap locals:
      StackMap stack:
            ldc "Integer"
            areturn
         2: .line 3140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            instanceof java.lang.Boolean
            ifeq 4
         3: .line 3141
            ldc "Boolean"
            areturn
         4: .line 3143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.delegate:Ljava/lang/Object;
            ldc Infinity
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 3144
            ldc "Infinity"
            areturn
         6: .line 3146
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  java.lang.Object getMetaObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
         0: .line 3152
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView.getTypeName:()Ljava/lang/String;
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationMetaObject.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentationLanguageView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentationLanguageView;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
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
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;, delegateTo = "delegate"), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/ReflectionLibrary;, delegateTo = "delegate")})