Scanner

Undocumented in source.

Constructors

this
this(File input)
Undocumented in source.

Members

Functions

getErrorCount
int getErrorCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
Position getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
getRepresentation
string getRepresentation()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
int getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
read
char read()

@return the recognized token, coded as a single character

Static variables

END
char END;
Undocumented in source.
LEXICAL_VARIABLE
char LEXICAL_VARIABLE;
Undocumented in source.
LITERAL
char LITERAL;
Undocumented in source.
NUMBER
char NUMBER;
Undocumented in source.
SYNTACTIC_VARIABLE
char SYNTACTIC_VARIABLE;
Undocumented in source.

Meta