ktast
Toggle table of contents
0.11.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktast
ast-psi
/
ktast.ast.psi
/
Converter
Converter
open
class
Converter
Converts PSI elements to AST nodes. It's not meant to be used directly, use
Parser
instead.
Inheritors
ConverterWithExtras
Members
Constructors
Converter
Link copied to clipboard
constructor
(
)
Types
Unsupported
Link copied to clipboard
class
Unsupported
(
message
:
String
)
:
UnsupportedOperationException
Functions
convert
Link copied to clipboard
open
fun
convert
(
v
:
KtFile
)
:
Node.KotlinFile