public class com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException extends com.oracle.truffle.api.exception.AbstractTruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException
  super_class: com.oracle.truffle.api.exception.AbstractTruffleException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4393080397807767467

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

  private final int line;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.Throwable, int);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
        start local 3 // int line
         0: .line 156
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            iconst_m1
            aconst_null
            invokespecial com.oracle.truffle.api.exception.AbstractTruffleException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ILcom/oracle/truffle/api/nodes/Node;)V
         1: .line 157
            aload 0 /* this */
            iload 3 /* line */
            putfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.line:I
         2: .line 158
            return
        end local 3 // int line
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
            0    3     1  message  Ljava/lang/String;
            0    3     2    cause  Ljava/lang/Throwable;
            0    3     3     line  I
    MethodParameters:
         Name  Flags
      message  
      cause    
      line     

  public void setSource(com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 161
            aload 0 /* this */
            aload 1 /* source */
            putfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.source:Lcom/oracle/truffle/api/source/Source;
         1: .line 162
            return
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
            0    2     1  source  Lcom/oracle/truffle/api/source/Source;
    MethodParameters:
        Name  Flags
      source  

  boolean isException();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 167
            iconst_1
            ireturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.RuntimeException throwException();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 172
            aload 0 /* this */
            athrow
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  com.oracle.truffle.api.interop.ExceptionType getExceptionType();
    descriptor: ()Lcom/oracle/truffle/api/interop/ExceptionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 178
            getstatic com.oracle.truffle.api.interop.ExceptionType.PARSE_ERROR:Lcom/oracle/truffle/api/interop/ExceptionType;
            areturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean isExceptionIncompleteSource();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 183
            iconst_1
            ireturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasExceptionMessage();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 189
            iconst_1
            ireturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  java.lang.String getExceptionMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 194
            aload 0 /* this */
            invokevirtual com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.getMessage:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  boolean hasSourceLocation();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 200
            iconst_1
            ireturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  com.oracle.truffle.api.source.SourceSection getExceptionSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
         0: .line 206
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.line:I
            ifle 2
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.line:I
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.source:Lcom/oracle/truffle/api/source/Source;
            invokevirtual com.oracle.truffle.api.source.Source.getLineCount:()I
            if_icmpge 2
         1: .line 207
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.source:Lcom/oracle/truffle/api/source/Source;
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.line:I
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
         2: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException.source:Lcom/oracle/truffle/api/source/Source;
            invokevirtual com.oracle.truffle.api.source.Source.createUnavailableSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/graal/python/runtime/PythonParser$PIncompleteSourceException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage(name = "getSourceLocation")
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "PythonParser.java"
NestHost: com.oracle.graal.python.runtime.PythonParser
InnerClasses:
  public PIncompleteSourceException = com.oracle.graal.python.runtime.PythonParser$PIncompleteSourceException of com.oracle.graal.python.runtime.PythonParser
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)