Click or drag to resize

BaseToken Properties

The BaseToken type exposes the following members.

Properties
  NameDescription
Public propertyEndLine
Gets the Line at which this Token Ends.
Public propertyEndPosition
Gets the Column at which this Token Ends.
Public propertyLength
Gets the Length of the Tokens Value.
Public propertyStartLine
Gets the Line at which this Token Starts.
Public propertyStartPosition
Gets the Column at which this Token Starts.
Public propertyTokenType
Gets an arbitrary integer which indicates the Type of the Token.
Public propertyValue
Gets the String Value which this Token represents (if any).
Top
See Also