PatternSearch LoopUntilMatch Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberLoopUntilMatch TToken (LazyFSMState TToken ,  LazyFSMPredicate TToken  )
Loops until token pattern match succeeds, considering only primary language tokens. Keeps state machine if match was found on the first matching token
Public methodStatic memberLoopUntilMatch TToken (LazyFSMState TToken , Boolean,  LazyFSMPredicate TToken  )
Loops until token pattern match succeeds, conditionaly considering only primary language tokens. Keeps state machine if match was found on the first matching token
Back to Top
See Also