- internal
CloneableFinalInstantiable
Methods |
public __construct(League |
public parse(string $contents, League |
Properties |
private League
|
private array $parsers = []
|
private League
|
Methods |
private addPlainText(string $text, League |
private matchParsers(string $contents) : array Given the current line, ask all the parsers which parts of the text they would be interested in parsing. The resulting array provides a list of character positions, which parsers are interested in trying to parse the text at those points, and (for convenience/optimization) what the matching text happened to be.
|