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.

  NameDescription
Protected method AcceptWhile(Func<TSymbol, Boolean>) Accepts token while the condition has been reached.
Protected method 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.
Protected method 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.
Protected method 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.
Protected method 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.
Top
Show: