|
Enhanced C#
Language of your choice: library documentation
|
The methods of Token in the form of an interface. More...
The methods of Token in the form of an interface.
| TT | Token Type: the data type of the Type property of ISimpleToken{LaType} (one often uses int). |
Properties | |
| int | Length [get] |
| TokenKind | Kind [get] |
| IListSource< IToken< TT > > | Children [get] |
Properties inherited from Loyc.Syntax.Lexing.ISimpleToken< TokenType > | |
| TokenType | Type [get] |
| The category of the token (integer, keyword, etc.) used as the primary value for identifying the token in a parser. More... | |
| int | StartIndex [get] |
| Character index where the token starts in the source file. More... | |
Properties inherited from Loyc.IHasValue< out T > | |
| T | Value [get] |
Public Member Functions | |
| IToken< TT > | WithType (int type) |
| IToken< TT > | WithValue (object value) |
Public Member Functions inherited from Loyc.ICloneable< out T > | |
| T | Clone () |
1.8.7