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 public bool CurrentTokenIndentedLessThan(
Token startingToken
)
Parameters
- startingToken
- Type: Nova.ParsingToken
Return Value
Type:
BooleanSee Also