Lexer.this

Alternative entry point for DMDLIB, adds whitespaceToken

  1. this(const(char)* filename, const(char)* base, size_t begoffset, size_t endoffset, bool doDocComment, bool commentToken, ErrorSink errorSink, CompileEnv* compileEnv)
  2. this(const(char)* filename, const(char)* base, size_t begoffset, size_t endoffset, bool doDocComment, bool commentToken, bool whitespaceToken, ErrorSink errorSink, CompileEnv* compileEnv)
    class Lexer
    nothrow
    this
    (
    const(char)* filename
    ,
    const(char)* base
    ,
    size_t begoffset
    ,
    size_t endoffset
    ,,,,,
    const CompileEnv* compileEnv = null
    )
  3. this(ErrorSink errorSink)

Meta