ParserNextTokenSameLine Method |
Get the next token on the same line (including comments). Returns null if none.
Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Token NextTokenSameLine(
bool includeComments
)
Parameters
- includeComments
- Type: SystemBoolean
Return Value
Type:
TokenSee Also