Class Token
Inheritance
System.Object
Token
Assembly: SoDataBase.dll
Syntax
public class Token : Object
Constructors
Token()
Declaration
Token(Int32, Int32)
Declaration
public Token(int start, int end)
Parameters
Type |
Name |
Description |
System.Int32 |
start |
|
System.Int32 |
end |
|
Fields
Type
Declaration
Field Value
Properties
Column
Declaration
public int Column { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndPos
Declaration
public int EndPos { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
File
Declaration
public string File { get; set; }
Property Value
Type |
Description |
System.String |
|
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Line
Declaration
public int Line { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Skipped
Declaration
public List<Token> Skipped { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Token> |
|
StartPos
Declaration
public int StartPos { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
UpdateRange(Token)
Declaration
public void UpdateRange(Token token)
Parameters
Type |
Name |
Description |
Token |
token |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)