Version

Token Structure Members

The following tables list the members exposed by Token.

Public Properties
 NameDescription
Public PropertyIsPartialGets the value indicating whether the Token is a portion of a multi-line token on one line.  
Public PropertyLanguageReturns the Language that was used to produce this token (read-only).  
Public PropertyLengthReturns the length of the string which this token represents.  
Public PropertyOverallOffsetReturns the overall character offset from the beginning of the document to the start of this token (read-only).  
Public PropertySpanRetirnms the span of the token within the document (read-only).  
Public PropertyTerminalSymbolReturns the TerminalSymbol which produced this token.  
Public PropertyTextReturns the text which this token represents.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetFullTokenIf the Token has its IsPartial value set to True, gets the full multiline token. Otherwise, returns the Token.  
Public MethodGetHashCodeReturns the hash code of the object.  
Public MethodToStringReturns the string representation of this object.  
Public Operators
public Operator Equality Compares the values of two Token structures for equality
public Operator Inequality Compares the values of two Token structures for inequality
See Also