[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | DoUntilAny TToken (TToken, FSMI, Int32 ) |
Performs FSM instruction unless token's type is any of the specified, then advances FSM
|
![]() ![]() | DoUntilAny TToken (TToken, FSMI, String ) |
Performs FSM instruction unless token's text is any of the specified, then advances FSM
|
![]() ![]() | DoUntilAny TToken, TTokenType (TToken, FSMI, TTokenType ) |
Performs FSM instruction unless token's type is any of the specified, then advances FSM
|
![]() ![]() | DoUntilAny TToken (TToken, FSMI, StringComparison, String ) |
Performs FSM instruction unless token's text is any of the specified, then advances FSM
|
See Also