Click or drag to resize

ParserLastPeekedTokenText Property

Get the text of the last token that was returned by PeekNextToken().

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string LastPeekedTokenText { get; }

Property Value

Type: String
See Also