Parser.parseModuleContent

Parse the content of a module, i.e. all declarations found until the end of file.

class Parser(AST, Lexer = dmd.lexer.Lexer)
final
AST.Dsymbols*
parseModuleContent
()

Return Value

Type: AST.Dsymbols*

the list of declarations or an empty list in case of malformed declarations

Meta