Share via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AcceptAndMoveNext Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the parser accepts and moves to the next tokenizer.

protected internal bool AcceptAndMoveNext ();
member this.AcceptAndMoveNext : unit -> bool
Protected Friend Function AcceptAndMoveNext () As Boolean

Returns

true if the parser accepts and moves to the next tokenizer; otherwise, false.

Applies to