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)
    class Parser(AST)
    extern (D)
    this
    (
    const ref Loc loc
    ,
    AST.Module _module
    ,
    const(char)[] input
    ,)
  2. this(AST.Module _module, const(char)[] input, bool doDocComment)

Meta