[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| LoopWhileAnyOrAbort TToken (TToken, Int32 ) |
Loops FSM while token's type is any of the specified or aborts
| |
| LoopWhileAnyOrAbort TToken (TToken, String ) |
Loops FSM while token's text is any of the specified or aborts
| |
| LoopWhileAnyOrAbort TToken, TTokenType (TToken, TTokenType ) |
Loops FSM while token's type is any of the specified or aborts
| |
| LoopWhileAnyOrAbort TToken (TToken, StringComparison, String ) |
Loops FSM while token's text is any of the specified or aborts
|
See Also