final class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis 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$InstrumentedNode$VariablesWithThis
  super_class: java.lang.Object
{
  private final java.lang.Object variables;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 927
            ldc Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // java.lang.Object variables
        start local 2 // java.lang.Object receiver
         0: .line 932
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 933
            aload 0 /* this */
            aload 1 /* variables */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
         2: .line 934
            aload 0 /* this */
            aload 2 /* receiver */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.receiver:Ljava/lang/Object;
         3: .line 935
            return
        end local 2 // java.lang.Object receiver
        end local 1 // java.lang.Object variables
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    4     1  variables  Ljava/lang/Object;
            0    4     2   receiver  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      variables  
      receiver   

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

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

  boolean hasScopeParent(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 957
            aload 1 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasScopeParent:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      interopLibrary  

  java.lang.Object getScopeParent(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 962
            aload 1 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getScopeParent:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      interopLibrary  

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

  java.lang.Object getMembers(boolean, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (ZLcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // boolean includeInternal
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 973
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis$MembersWithReceiver
            dup
            aload 0 /* this */
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            iload 1 /* includeInternal */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getMembers:(Ljava/lang/Object;Z)Ljava/lang/Object;
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis$MembersWithReceiver.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;Ljava/lang/Object;)V
            areturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  includeInternal  Z
            0    1     2   interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                 Name  Flags
      includeInternal  
      interopLibrary   

  java.lang.Object readMember(java.lang.String, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // java.lang.String member
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 978
            ldc "THIS"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 979
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.receiver:Ljava/lang/Object;
            areturn
         2: .line 981
      StackMap locals:
      StackMap stack:
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    3     1          member  Ljava/lang/String;
            0    3     2  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException, com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      member          
      interopLibrary  

  boolean isMemberReadable(java.lang.String, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // java.lang.String member
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 986
            ldc "THIS"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 987
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.$assertionsDisabled:Z
            ifne 2
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 988
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 990
      StackMap locals:
      StackMap stack:
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ireturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    4     1          member  Ljava/lang/String;
            0    4     2  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      member          
      interopLibrary  

  void writeMember(java.lang.String, java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // java.lang.String member
        start local 2 // java.lang.Object value
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 996
            ldc "THIS"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 997
            aload 1 /* member */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
         2: .line 999
      StackMap locals:
      StackMap stack:
            aload 3 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            aload 1 /* member */
            aload 2 /* value */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.writeMember:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 1000
            return
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    4     1          member  Ljava/lang/String;
            0    4     2           value  Ljava/lang/Object;
            0    4     3  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException, com.oracle.truffle.api.interop.UnsupportedTypeException, com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      member          
      value           
      interopLibrary  

  boolean isMemberModifiable(java.lang.String, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // java.lang.String member
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 1004
            ldc "THIS"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1005
            iconst_0
            ireturn
         2: .line 1007
      StackMap locals:
      StackMap stack:
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            aload 1 /* member */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberModifiable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ireturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    3     1          member  Ljava/lang/String;
            0    3     2  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      member          
      interopLibrary  

  boolean isMemberInsertable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // java.lang.String member
         0: .line 1013
            iconst_0
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      member  

  java.lang.Object toDisplayString(boolean, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (ZLcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // boolean allowSideEffects
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 1018
            aload 2 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            iload 1 /* allowSideEffects */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.toDisplayString:(Ljava/lang/Object;Z)Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  allowSideEffects  Z
            0    1     2    interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                  Name  Flags
      allowSideEffects  
      interopLibrary    

  boolean hasSourceLocation(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 1023
            aload 1 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.hasSourceLocation:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      interopLibrary  

  com.oracle.truffle.api.source.SourceSection getSourceLocation(com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
        start local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
         0: .line 1028
            aload 1 /* interopLibrary */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis.variables:Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.getSourceLocation:(Ljava/lang/Object;)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 1 // com.oracle.truffle.api.interop.InteropLibrary interopLibrary
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis;
            0    1     1  interopLibrary  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "interop")
        com.oracle.truffle.api.library.CachedLibrary(limit = "1")
    MethodParameters:
                Name  Flags
      interopLibrary  
}
SourceFile: "InstrumentationTestLanguage.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  public abstract InstrumentedNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  final VariablesWithThis = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode
  final MembersWithReceiver = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis$MembersWithReceiver of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode$VariablesWithThis
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)