Method Prepare
Prepare(string, IStringList, ISyntaxTree, bool, PrepareReason)
Prepares parser for parsing a text.
public override void Prepare(string fileName, IStringList lines, ISyntaxTree syntaxTree, bool useThread, PrepareReason reason = PrepareReason.None)
Parameters
fileNamestringFile to parse
linesIStringListStrings to parse
syntaxTreeISyntaxTreeSpecifies current parser tree.
useThreadboolSpecifies whether parser should perform the task in the separate thread
reasonPrepareReasonReason for this method to be called.