Token objects are returned by the Scanner getToken() method. They are used by ParseExpToXML to build an XML string from an expression.
Public Member Functions | |
Token (TokenType ty) | |
TokenType | getType () |
void | setString (String s) |
String | getString () |
String | toString () |
Private Attributes | |
TokenType | mType = null |
String | mString = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|