Click or drag to resize

ParserCurrentTokenIndentedLessThan Method

Determine if the current token is indented less than the specified starting token.

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool CurrentTokenIndentedLessThan(
	Token startingToken
)

Parameters

startingToken
Type: Nova.ParsingToken

Return Value

Type: Boolean
See Also