class com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  private com.oracle.truffle.api.source.SourceSection section;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
         0: .line 100
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;

  final void changeSourceSection(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 105
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         1: .line 106
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode.section:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 107
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;
            0    3     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

  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.dsl.test.SourceSectionTest$MutableSourceSectionNode this
         0: .line 111
            aload 0 /* this */
            getfield com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode.section:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;

  int do1(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
        start local 1 // int a
         0: .line 118
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"a == 1"})
    MethodParameters:
      Name  Flags
      a     

  int do2(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
        start local 1 // int a
         0: .line 123
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"a == 2"})
    MethodParameters:
      Name  Flags
      a     

  int do3(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
        start local 1 // int a
         0: .line 128
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"a == 3"})
    MethodParameters:
      Name  Flags
      a     

  java.lang.Object do4(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
        start local 1 // java.lang.Object a
         0: .line 133
            aload 1 /* a */
            areturn
        end local 1 // java.lang.Object a
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$MutableSourceSectionNode;
            0    1     1     a  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "SourceSectionTest.java"
NestHost: com.oracle.truffle.api.dsl.test.SourceSectionTest
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  MutableSourceSectionNode = com.oracle.truffle.api.dsl.test.SourceSectionTest$MutableSourceSectionNode of com.oracle.truffle.api.dsl.test.SourceSectionTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChild(value = "a")