TokenizerBase constructor

TokenizerBase(
  1. SourceFile _file,
  2. String _text,
  3. bool _inString, [
  4. int _index = 0,
])

Implementation

TokenizerBase(this._file, this._text, this._inString, [this._index = 0]);