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