DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
This is a single token within a string parsed. More...
Public Member Functions | |
override string | ToString () |
Package Functions | |
Token (int column, int line, string text, object value) | |
Properties | |
int | Column [get, private set] |
Gets the column location within the Line of the token in the string context it belongs to. More... | |
int | Line [get, private set] |
Gets the line number of the token. More... | |
string | Text [get, private set] |
Gets the text that represents the token. More... | |
object | Value [get, private set] |
Gets the value of the token. More... | |
This is a single token within a string parsed.
Tokens are the very basic elements of a string analysis and handle the location within the string context, and the value they represent, which is a single word, character or number.
|
inlinepackage |
Definition at line 29 of file Token.cs.
|
inline |
Definition at line 58 of file Token.cs.
|
getprivate set |
|
getprivate set |
|
getprivate set |
|
getprivate set |