parseExplicitConstructorInvocationStmt
open fun parseExplicitConstructorInvocationStmt(statement: String): ParseResult<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");