Parser.this

Main Parser constructor.

  1. this(Loc loc, AST.Module _module, const(char)[] input, bool doDocComment, ErrorSink errorSink, CompileEnv* compileEnv, bool doUnittests)
  2. this(AST.Module _module, const(char)[] input, bool doDocComment, ErrorSink errorSink, CompileEnv* compileEnv, bool doUnittests)
    class Parser(AST, Lexer = dmd.lexer.Lexer)
    extern (D) scope
    this
    (
    AST.Module _module
    ,
    const(char)[] input
    ,,,
    const CompileEnv* compileEnv
    ,
    const bool doUnittests
    )

Meta