Click or drag to resize

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
C#
public Token NextTokenSameLine(
	bool includeComments
)

Parameters

includeComments
Type: SystemBoolean

Return Value

Type: Token
See Also