|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Token in org.anarres.cpp |
---|
Methods in org.anarres.cpp that return Token | |
---|---|
Token |
Source.skipline(boolean white)
Skips tokens until the end of line. |
abstract Token |
Source.token()
Returns the next Token parsed from this input stream. |
Token |
Preprocessor.token()
Returns the next preprocessor token. |
Token |
LexerSource.token()
|
Methods in org.anarres.cpp with parameters of type Token | |
---|---|
void |
Macro.addPaste(Token tok)
|
void |
Macro.addToken(Token tok)
|
protected void |
Preprocessor.error(int level,
Token tok,
String msg)
Passes an error to the ErrorHandler. |
Constructors in org.anarres.cpp with parameters of type Token | |
---|---|
ErrorMessage(Source source,
Token postok,
boolean error,
String msg)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |