parseExplicitConstructorInvocationStmt
open fun parseExplicitConstructorInvocationStmt(@NotNull statement: String): ExplicitConstructorInvocationStmt(source)
Parses the this(...) and super(...) statements that may occur at the start of a constructor.
Return
the AST for the statement.
Parameters
statement
a statement like super("hello");
Throws
if the source code has parser errors