C# Class Nett.Parser.Token

Afficher le fichier Open project: paiden/Nett Class Usage Examples

Méthodes publiques

Свойство Type Description
col int
line int
type TokenType
value string

Méthodes publiques

Méthode Description
CreateUnknownTokenFromFragment ( CharBuffer cs, StringBuilder fragment ) : Token
EndOfFile ( int line, int col ) : Token
NewLine ( int line, int col ) : Token
Token ( TokenType type, string value ) : System.Diagnostics

Method Details

CreateUnknownTokenFromFragment() public static méthode

public static CreateUnknownTokenFromFragment ( CharBuffer cs, StringBuilder fragment ) : Token
cs CharBuffer
fragment System.Text.StringBuilder
Résultat Token

EndOfFile() public static méthode

public static EndOfFile ( int line, int col ) : Token
line int
col int
Résultat Token

NewLine() public static méthode

public static NewLine ( int line, int col ) : Token
line int
col int
Résultat Token

Token() public méthode

public Token ( TokenType type, string value ) : System.Diagnostics
type TokenType
value string
Résultat System.Diagnostics

Property Details

col public_oe property

public int col
Résultat int

line public_oe property

public int line
Résultat int

type public_oe property

public TokenType type
Résultat TokenType

value public_oe property

public string value
Résultat string