Property | Type | Description | |
---|---|---|---|
col | int | ||
line | int | ||
type | TokenType | ||
value | string |
Method | Description | |
---|---|---|
CreateUnknownTokenFromFragment ( CharBuffer cs, |
||
EndOfFile ( int line, int col ) : |
||
NewLine ( int line, int col ) : |
||
Token ( TokenType type, string value ) : System.Diagnostics |
public static CreateUnknownTokenFromFragment ( CharBuffer cs, |
||
cs | CharBuffer | |
fragment | ||
return |
public static EndOfFile ( int line, int col ) : |
||
line | int | |
col | int | |
return |
public static NewLine ( int line, int col ) : |
||
line | int | |
col | int | |
return |
public Token ( TokenType type, string value ) : System.Diagnostics | ||
type | TokenType | |
value | string | |
return | System.Diagnostics |