class com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection 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$NodeWithFixedSourceSection
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  private final com.oracle.truffle.api.source.SourceSection section;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 147
            ldc Lcom/oracle/truffle/api/dsl/test/SourceSectionTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection this
        start local 1 // com.oracle.truffle.api.source.SourceSection section
         0: .line 151
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
         1: .line 152
            aload 0 /* this */
            aload 1 /* section */
            putfield com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection.section:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 153
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection section
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$NodeWithFixedSourceSection;
            0    3     1  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
         Name  Flags
      section  

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

  public com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode cast(com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode);
    descriptor: (Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$ValueNode;)Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection this
        start local 1 // com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode node
         0: .line 164
            getstatic com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            areturn
        end local 1 // com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode node
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$NodeWithFixedSourceSection;
            0    2     1  node  Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$ValueNode;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.CreateCast(value = {"a"})
    MethodParameters:
      Name  Flags
      node  

  int do0(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection this
        start local 1 // int a
         0: .line 170
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/SourceSectionTest$NodeWithFixedSourceSection;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "SourceSectionTest.java"
NestHost: com.oracle.truffle.api.dsl.test.SourceSectionTest
InnerClasses:
  NodeWithFixedSourceSection = com.oracle.truffle.api.dsl.test.SourceSectionTest$NodeWithFixedSourceSection 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")