class com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode noChild;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.api.source.Source source;
    descriptor: Lcom/oracle/truffle/api/source/Source;
    flags: (0x0000) 

  void <init>(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 417
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 414
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.noChild:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
         2: .line 418
            aload 0 /* this */
            aload 1 /* source */
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.source:Lcom/oracle/truffle/api/source/Source;
         3: .line 419
            return
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            0    4     1  source  Lcom/oracle/truffle/api/source/Source;
    MethodParameters:
        Name  Flags
      source  

  void <init>(com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode copy
         0: .line 421
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 414
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.noChild:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
         2: .line 422
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.source:Lcom/oracle/truffle/api/source/Source;
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.source:Lcom/oracle/truffle/api/source/Source;
         3: .line 423
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.noChild:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            putfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.noChild:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
         4: .line 424
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode copy
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            0    5     1  copy  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
    MethodParameters:
      Name  Flags
      copy  

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
         0: .line 428
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;

  public boolean hasTag(java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
        start local 1 // java.lang.Class tag
         0: .line 433
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aload 1 /* tag */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Class tag
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            0    1     1   tag  Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;
    Signature: (Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;)Z
    MethodParameters:
      Name  Flags
      tag   

  public com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
         0: .line 438
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSingleSourceSectionNodeWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
    MethodParameters:
       Name  Flags
      probe  

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
         0: .line 443
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.source:Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 447
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.noChild:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            ifnull 2
         1: .line 448
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.noChild:Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
         2: .line 450
      StackMap locals:
      StackMap stack:
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/instrumentation/test/SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode;
            0    3     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "SourceSectionListenerTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  SingleSourceSectionLanguage = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest
  SingleSourceSectionNode = com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage$SingleSourceSectionNode of com.oracle.truffle.api.instrumentation.test.SourceSectionListenerTest$SingleSourceSectionLanguage
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()