static Token * newToken(int ofKind, const JJString &image)
Returns a new Token void *, by default.
int beginLine
The line number of the first character of this Token.
Describes the input token stream.
Token * next
A reference to the next regular (non-special) token from the input stream.
JJString image
The string image of the token.
int beginColumn
The column number of the first character of this Token.
Token * specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately...
Token literal values and constants.
const JJString & toString()
Returns the image.
JAVACC_STRING_TYPE JJString
Token()
No-argument constructor
int endLine
The line number of the last character of this Token.
void * getValue()
An optional attribute value of the Token.
int endColumn
The column number of the last character of this Token.
int kind
An integer that describes the kind of this token.