ktast
Toggle table of contents
0.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktast
ast-psi
/
ktast.ast.psi
/
Parser
/
ParseError
Parse
Error
data
class
ParseError
(
val
file
:
KtFile
,
val
errors
:
List
<
PsiErrorElement
>
)
:
IllegalArgumentException
Members
Constructors
Parse
Error
Link copied to clipboard
constructor
(
file
:
KtFile
,
errors
:
List
<
PsiErrorElement
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
errors
Link copied to clipboard
val
errors
:
List
<
PsiErrorElement
>
file
Link copied to clipboard
val
file
:
KtFile
message
Link copied to clipboard
open
val
message
:
String
?