class com.oracle.truffle.polyglot.PolyglotSourceSection extends org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractSourceSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotSourceSection
  super_class: org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractSourceSectionImpl
{
  protected void <init>(org.graalvm.polyglot.impl.AbstractPolyglotImpl);
    descriptor: (Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // org.graalvm.polyglot.impl.AbstractPolyglotImpl engineImpl
         0: .line 51
            aload 0 /* this */
            aload 1 /* engineImpl */
            invokespecial org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractSourceSectionImpl.<init>:(Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl;)V
         1: .line 52
            return
        end local 1 // org.graalvm.polyglot.impl.AbstractPolyglotImpl engineImpl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1  engineImpl  Lorg/graalvm/polyglot/impl/AbstractPolyglotImpl;
    MethodParameters:
            Name  Flags
      engineImpl  

  public boolean isAvailable(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 56
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 57
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.isAvailable:()Z
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public boolean hasLines(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 62
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 63
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.hasLines:()Z
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public boolean hasColumns(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 68
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 69
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.hasColumns:()Z
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public boolean hasCharIndex(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 74
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 75
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.hasCharIndex:()Z
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getStartLine(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 80
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 81
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartLine:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getStartColumn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 86
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 87
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartColumn:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getEndLine(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 92
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 93
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getEndLine:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getEndColumn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 98
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 99
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getEndColumn:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getCharIndex(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 104
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 105
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharIndex:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getCharLength(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 110
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 111
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharLength:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int getCharEndIndex(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 116
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 117
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharEndIndex:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public java.lang.CharSequence getCode(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 122
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 123
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharacters:()Ljava/lang/CharSequence;
            areturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public java.lang.String toString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 128
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 129
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.toString:()Ljava/lang/String;
            areturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public int hashCode(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
         0: .line 134
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 2 /* section */
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         1: .line 135
            aload 2 /* section */
            invokevirtual com.oracle.truffle.api.source.SourceSection.hashCode:()I
            ireturn
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            1    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  

  public boolean equals(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
        start local 1 // java.lang.Object impl
        start local 2 // java.lang.Object obj
         0: .line 140
            aload 1 /* impl */
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 3 /* section */
        start local 3 // com.oracle.truffle.api.source.SourceSection section
         1: .line 141
            aload 3 /* section */
            aload 2 /* obj */
            invokevirtual com.oracle.truffle.api.source.SourceSection.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 3 // com.oracle.truffle.api.source.SourceSection section
        end local 2 // java.lang.Object obj
        end local 1 // java.lang.Object impl
        end local 0 // com.oracle.truffle.polyglot.PolyglotSourceSection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotSourceSection;
            0    2     1     impl  Ljava/lang/Object;
            0    2     2      obj  Ljava/lang/Object;
            1    2     3  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
      Name  Flags
      impl  
      obj   
}
SourceFile: "PolyglotSourceSection.java"
InnerClasses:
  public abstract AbstractSourceSectionImpl = org.graalvm.polyglot.impl.AbstractPolyglotImpl$AbstractSourceSectionImpl of org.graalvm.polyglot.impl.AbstractPolyglotImpl