class com.oracle.truffle.api.debug.DebugScope$1 implements com.oracle.truffle.api.nodes.NodeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.DebugScope$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.debug.DebugScope this$0;
    descriptor: Lcom/oracle/truffle/api/debug/DebugScope;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.truffle.api.source.SourceSection[] val$rootSection;
    descriptor: [Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.debug.DebugScope, com.oracle.truffle.api.source.SourceSection[]);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugScope;[Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.DebugScope$1 this
         0: .line 164
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.debug.DebugScope$1.this$0:Lcom/oracle/truffle/api/debug/DebugScope;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.debug.DebugScope$1.val$rootSection:[Lcom/oracle/truffle/api/source/SourceSection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.debug.DebugScope$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugScope$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$rootSection  final

  public boolean visit(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.DebugScope$1 this
        start local 1 // com.oracle.truffle.api.nodes.Node n
         0: .line 167
            aload 1 /* n */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 5
         1: .line 168
            aload 1 /* n */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            astore 2 /* inode */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentableNode inode
         2: .line 169
            aload 2 /* inode */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.isInstrumentable:()Z
            ifeq 5
            aload 2 /* inode */
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.hasTag:(Ljava/lang/Class;)Z
            ifeq 5
         3: .line 170
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugScope$1.val$rootSection:[Lcom/oracle/truffle/api/source/SourceSection;
            iconst_0
            aload 1 /* n */
            invokevirtual com.oracle.truffle.api.nodes.Node.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            aastore
         4: .line 171
            iconst_0
            ireturn
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentableNode inode
         5: .line 174
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // com.oracle.truffle.api.nodes.Node n
        end local 0 // com.oracle.truffle.api.debug.DebugScope$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/api/debug/DebugScope$1;
            0    6     1      n  Lcom/oracle/truffle/api/nodes/Node;
            2    5     2  inode  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
    MethodParameters:
      Name  Flags
      n     
}
SourceFile: "DebugScope.java"
EnclosingMethod: com.oracle.truffle.api.debug.DebugScope.getRootSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
NestHost: com.oracle.truffle.api.debug.DebugScope
InnerClasses:
  com.oracle.truffle.api.debug.DebugScope$1
  public final RootTag = com.oracle.truffle.api.instrumentation.StandardTags$RootTag of com.oracle.truffle.api.instrumentation.StandardTags