[This is preliminary documentation and is subject to change.]
The LaconfigToken type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| LaconfigToken | Initializes a new instance of the LaconfigToken class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides Token ToString .) |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| EndPosition | (Inherited from Token.) | |
| Lexer | (Inherited from Token.) | |
| StartPosition | (Inherited from Token.) | |
| Text | (Inherited from Token.) | |
| Type | ||
| Value | (Inherited from Token.) |
Properties
| Name | Description | |
|---|---|---|
| IsBOF |
Indicates whether this token indicates an BEGINNING-OF-FILE condition
(Inherited from Token.) | |
| IsComment |
Indicates whether this token represents a comment
(Inherited from Token.) | |
| IsDirective |
Indicates whether this token represents a directive
(Inherited from Token.) | |
| IsEOF |
Indicates whether this token indicates an END-OF-FILE condition
(Inherited from Token.) | |
| IsIdentifier |
Indicates whether this token represents an identifier
(Inherited from Token.) | |
| IsKeyword |
Indicates whether this token represents a language keyword
(Inherited from Token.) | |
| IsLiteral |
Indicates whether this token represents a literal
(Inherited from Token.) | |
| IsNonLanguage | (Overrides Token IsNonLanguage.) | |
| IsNumericLiteral | (Overrides Token IsNumericLiteral.) | |
| IsOperator |
Indicates whether this token represents an operator
(Inherited from Token.) | |
| IsPrimary | (Overrides Token IsPrimary.) | |
| IsSymbol |
Indicates whether this token represents a symbol
(Inherited from Token.) | |
| IsTextualLiteral | (Overrides Token IsTextualLiteral.) | |
| Kind | (Overrides Token Kind.) | |
| Language | (Overrides Token Language.) | |
| OrdinalType | (Overrides Token OrdinalType.) |
See Also