ParserGetLastPeekedTokenText Method |
Get the previously peeked token text at the specified index (-1 is the last peeked token, -2 the one before that, etc).
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public string GetLastPeekedTokenText(
int index
)
Parameters
- index
- Type: SystemInt32
Return Value
Type:
StringSee Also