TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.NextIs Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the token would pass.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
NextIs(Func<TSymbol, Boolean>) | Determines whether the token with the given condition would pass. |
|
NextIs(TSymbolType) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token with the given type would pass. |
|
NextIs(TSymbolType[]) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the token with the given types would pass. |
Show: