final class com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject 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.VariablesScopeTest$TestObject
  super_class: java.lang.Object
{
  private static final java.lang.Object MEMBERS;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final com.oracle.truffle.api.nodes.Node node;
    descriptor: Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 689
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject$Members
            dup
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject$Members.<init>:()V
            putstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.MEMBERS:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.nodes.Node, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // java.lang.String value
         0: .line 694
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 695
            aload 0 /* this */
            aload 1 /* node */
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.node:Lcom/oracle/truffle/api/nodes/Node;
         2: .line 696
            aload 0 /* this */
            aload 2 /* value */
            putfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.value:Ljava/lang/String;
         3: .line 697
            return
        end local 2 // java.lang.String value
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            0    4     1   node  Lcom/oracle/truffle/api/nodes/Node;
            0    4     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      node   
      value  

  boolean hasLanguage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
         0: .line 702
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
    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.VariablesScopeTest$TestObject this
         0: .line 708
            ldc Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$CustomScopeLanguage;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
    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.VariablesScopeTest$TestObject this
         0: .line 714
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

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

  java.lang.Object getMembers(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.VariablesScopeTest$TestObject this
        start local 1 // boolean includeInternal
         0: .line 726
            getstatic com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.MEMBERS:Ljava/lang/Object;
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            0    1     1  includeInternal  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                 Name  Flags
      includeInternal  

  boolean isMemberReadable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
        start local 1 // java.lang.String member
         0: .line 732
            ldc "value"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            0    1     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      member  

  java.lang.Object readMember(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
        start local 1 // java.lang.String member
         0: .line 737
            ldc "value"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 738
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.value:Ljava/lang/String;
            areturn
         2: .line 740
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            0    3     1  member  Ljava/lang/String;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      member  

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

  com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
         0: .line 753
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.node:Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  boolean hasScopeParent();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
         0: .line 758
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.findParent:()Lcom/oracle/truffle/api/nodes/Node;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.Object getScopeParent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
         0: .line 763
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.findParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
        start local 1 // com.oracle.truffle.api.nodes.Node parent
         1: .line 764
            aload 1 /* parent */
            ifnull 3
         2: .line 765
            new com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject
            dup
            aload 1 /* parent */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.value:Ljava/lang/String;
            invokespecial com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;)V
            areturn
         3: .line 767
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 1 // com.oracle.truffle.api.nodes.Node parent
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            1    4     1  parent  Lcom/oracle/truffle/api/nodes/Node;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  private com.oracle.truffle.api.nodes.Node findParent();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
         0: .line 772
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject.node:Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
        start local 1 // com.oracle.truffle.api.nodes.Node parent
         1: .line 773
            aload 1 /* parent */
            ifnull 3
            aload 1 /* parent */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 3
         2: .line 774
            aload 1 /* parent */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
         3: .line 776
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 1 /* parent */
            ifnull 5
            aload 1 /* parent */
            instanceof com.oracle.truffle.api.nodes.RootNode
            ifne 5
         4: .line 777
            aload 1 /* parent */
            areturn
         5: .line 779
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.nodes.Node parent
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            1    6     1  parent  Lcom/oracle/truffle/api/nodes/Node;

  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.VariablesScopeTest$TestObject this
        start local 1 // boolean allowSideEffects
         0: .line 786
            ldc "CustomScope.getName"
            areturn
        end local 1 // boolean allowSideEffects
        end local 0 // com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/oracle/truffle/api/instrumentation/test/VariablesScopeTest$TestObject;
            0    1     1  allowSideEffects  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
                  Name  Flags
      allowSideEffects  
}
SourceFile: "VariablesScopeTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public CustomScopeLanguage = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$CustomScopeLanguage of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  final TestObject = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest
  final Members = com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject$Members of com.oracle.truffle.api.instrumentation.test.VariablesScopeTest$TestObject
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)