public abstract class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0002) ACC_PRIVATE

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
         0: .line 2712
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;

  public void setSourceSection(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 2718
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         1: .line 2719
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            0    2     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
         0: .line 2722
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.index:I
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
         0: .line 2727
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;

  public abstract java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  

  java.lang.String getShortId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
         0: .line 2733
            ldc "BS"
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;

  protected com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode copyUninitialized(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
        start local 1 // java.util.Set materializedTags
         0: .line 2737
            aload 0 /* this */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 3
         1: .line 2738
            aload 0 /* this */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            astore 2 /* wrapperNode */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapperNode
         2: .line 2739
            aload 2 /* wrapperNode */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getDelegateNode:()Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.cloneUninitialized:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapperNode
         3: .line 2742
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            0    4     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            2    3     2       wrapperNode  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    MethodParameters:
                  Name  Flags
      materializedTags  

  public static <T extends com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode> T cloneUninitialized(T, java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode node
        start local 1 // java.util.Set materializedTags
         0: .line 2747
            aload 0 /* node */
            ifnonnull 2
         1: .line 2748
            aconst_null
            areturn
         2: .line 2750
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            astore 2 /* copy */
        start local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode copy
         3: .line 2751
            aload 0 /* node */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 5
            aload 0 /* node */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.isInstrumentable:()Z
            ifeq 5
            aload 1 /* materializedTags */
            ifnull 5
         4: .line 2752
            aload 0 /* node */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            aload 1 /* materializedTags */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.materializeInstrumentableNodes:(Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode
            astore 2 /* copy */
         5: .line 2754
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode
      StackMap stack:
            aload 0 /* node */
            aload 2 /* copy */
            if_acmpne 9
         6: .line 2755
            aload 0 /* node */
            aload 1 /* materializedTags */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.copyUninitialized:(Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            astore 2 /* copy */
         7: .line 2756
            aload 2 /* copy */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            ifnonnull 9
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 9
         8: .line 2757
            aload 2 /* copy */
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.setSourceSection:(Lcom/oracle/truffle/api/source/SourceSection;)V
         9: .line 2760
      StackMap locals:
      StackMap stack:
            aload 2 /* copy */
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode copy
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode node
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   10     0              node  TT;
            0   10     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            3   10     2              copy  TT;
    Signature: <T:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;>(TT;Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)TT;
    MethodParameters:
                  Name  Flags
      node              
      materializedTags  

  public static <T extends com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode> T[] cloneUninitialized(T[], java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: ([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;Ljava/util/Set;)[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] nodeArray
        start local 1 // java.util.Set materializedTags
         0: .line 2765
            aload 0 /* nodeArray */
            ifnonnull 2
         1: .line 2766
            aconst_null
            areturn
         2: .line 2768
      StackMap locals:
      StackMap stack:
            aload 0 /* nodeArray */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[].clone:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[]
            astore 2 /* copy */
        start local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] copy
         3: .line 2769
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 2770
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] int
      StackMap stack:
            aload 2 /* copy */
            iload 3 /* i */
            aload 2 /* copy */
            iload 3 /* i */
            aaload
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode.cloneUninitialized:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            aastore
         6: .line 2769
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* copy */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 2772
            aload 2 /* copy */
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] copy
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] nodeArray
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0         nodeArray  [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            0    9     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            3    9     2              copy  [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            4    8     3                 i  I
    Signature: <T:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;>([TT;Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)[TT;
    MethodParameters:
                  Name  Flags
      nodeArray         
      materializedTags  
}
SourceFile: "InstrumentationTestLanguage.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public abstract BaseNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage