Version

Search Results

Token Structure

Encapsulates the properties of a token produced during lexical analysis. Syntax

Token Structure Members

Public Properties Public Methods Public Operators

Token Structure Methods

Public Methods

Token Structure Properties

Public Properties

Equals(Object) Method

Compares the specified object to this object to see if they are equivalent. Syntax Parameters obj The object to compare Return Value True if the objects are equal; otherwise false

Equals(Token) Method

Determines if a structure is equatable to this one. Syntax Parameters other The other structure Return Value Returns true if the structures are equatable, otherwise false

Equals Method (Token)

Compares the specified object to this object to see if they are equivalent. Overload List

GetFullToken Method

If the Token has its IsPartial value set to True, gets the full multiline token. Otherwise, returns the Token. Syntax

GetHashCode Method (Token)

Returns the hash code of the object. Syntax Return Value A hash code for this instance

IsPartial Property (Token)

Gets the value indicating whether the Token is a portion of a multi-line token on one line. Syntax