Parser.this

Use this constructor for string mixins. Input: loc = location in source file of mixin

  1. this(Loc loc, 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
    (
    const ref Loc loc
    ,
    AST.Module _module
    ,
    const(char)[] input
    ,,,
    const CompileEnv* compileEnv
    ,
    const bool doUnittests
    )
  2. this(AST.Module _module, const(char)[] input, bool doDocComment, ErrorSink errorSink, CompileEnv* compileEnv, bool doUnittests)

Meta