Performs a positive lookahead with tree rollback support.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool And(
PegBaseParserMatcher pegSequence
)
Parameters
- pegSequence PegBaseParserMatcher
- The matcher to evaluate.
Return Value
Booleantrue if the matcher succeeds; otherwise,
false.
See Also