Gets the token type.returnthe token type return this.tokenType;
return this.tokenType;
Gets the token value.returnthe textual token value return this.tokenValue;
return this.tokenValue;
Gets a textual representation of the token value and type.returnthe encoded string return "tokenValue = " + tokenValue + "/tokenType = " + tokenType;
return "tokenValue = " + tokenValue + "/tokenType = " + tokenType;