|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Token in org.anarres.cpp |
---|
Methods in org.anarres.cpp that return Token | |
---|---|
Token |
SourceIterator.next()
Returns the next token from the enclosed Source. |
Token |
Source.skipline(boolean white)
Skips tokens until the end of line. |
Token |
Preprocessor.token()
Returns the next preprocessor token. |
Token |
LexerSource.token()
|
abstract Token |
Source.token()
Returns the next Token parsed from this input stream. |
Methods in org.anarres.cpp that return types with arguments of type Token | |
---|---|
Iterator<Token> |
Source.iterator()
|
Methods in org.anarres.cpp with parameters of type Token | |
---|---|
void |
Macro.addPaste(Token tok)
Adds a "paste" operator to the expansion of this macro. |
void |
Macro.addToken(Token tok)
Adds a token to the expansion of this macro. |
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 |