CloneableFinalInstantiable
Methods |
public getMatchDefinition() : League |
public parse(League |
Constants |
private League Max bound for backtick code span delimiters.
|
Properties |
private ?WeakReference $lastCursor = NULL
|
private bool $lastCursorScanned = false |
private array $seenBackticks = []
|
Methods |
private findMatchingTicks(int $openTickLength, League Locates the matching closer for a backtick code span. Leverages some caching to avoid traversing the same cursor multiple times when we've already seen all the potential backtick closers.
|