|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Source in org.anarres.cpp |
---|
Subclasses of Source in org.anarres.cpp | |
---|---|
class |
FileLexerSource
A Source which lexes a file. |
class |
LexerSource
Does not handle digraphs. |
class |
StringLexerSource
A Source for lexing a String. |
Methods in org.anarres.cpp that return Source | |
---|---|
protected Source |
Preprocessor.getSource()
Returns the top Source on the input stack. |
Methods in org.anarres.cpp with parameters of type Source | |
---|---|
protected void |
Preprocessor.push_source(Source source,
boolean autopop)
Pushes a Source onto the input stack. |
Constructors in org.anarres.cpp with parameters of type Source | |
---|---|
ErrorMessage(Source source,
int line,
int column,
boolean error,
String msg)
|
|
ErrorMessage(Source source,
Token postok,
boolean error,
String msg)
|
|
Preprocessor(Source initial)
|
|
SourceIterator(Source s)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |