parseName

open fun parseName(@NotNull qualifiedName: String): Name(source)

Parses a qualified name (one that can have "."s in it) and returns it as a Name.

Return

the AST for the name

Parameters

qualifiedName

a name like "com.laamella.parameter_source"

Throws

if the source code has parser errors