Share via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.NextToken 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 advances to the next token.

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

Returns

true if the parser advances to the next token; otherwise, false.

Applies to