|
|||||||||
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 | |
---|---|
void |
PreprocessorListener.handleError(Source source,
int line,
int column,
String msg)
Handles an error. |
void |
PreprocessorListener.handleSourceChange(Source source,
String event)
|
void |
PreprocessorListener.handleWarning(Source source,
int line,
int column,
String msg)
Handles a warning. |
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 | |
---|---|
Preprocessor(Source initial)
|
|
Preprocessor(Source initial,
int flags)
|
|
SourceIterator(Source s)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |