ktast
Toggle table of contents
0.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktast
ast-psi
/
ktast.ast.psi
/
Parser
/
Companion
Companion
object
Companion
:
Parser
Members
Functions
parse
File
Link copied to clipboard
fun
parseFile
(
code
:
String
,
path
:
String
=
"temp.kt"
,
throwOnError
:
Boolean
=
true
)
:
Node.KotlinFile
Parses Kotlin source code into AST.