|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.mjc.ParsingController.FilteredTokenStream
This inner class provides a token stream that accesses one of the lexers managed by the controller.
| Field Summary | |
private ParsingController.IndexedTokenBuffer |
buffer
Maintains a link to the token buffer that is applicable for this output stream. |
private boolean |
localEOFReached
Indicates whether an end-of-file token has been processed on the attached input stream. |
| Constructor Summary | |
private |
ParsingController.FilteredTokenStream(ParsingController.IndexedTokenBuffer buffer)
Creates a new token stream reading from the given buffer. |
| Method Summary | |
antlr.Token |
nextToken()
Returns the next token from the appropriate lexer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private final ParsingController.IndexedTokenBuffer buffer
private boolean localEOFReached
| Constructor Detail |
private ParsingController.FilteredTokenStream(ParsingController.IndexedTokenBuffer buffer)
| Method Detail |
public antlr.Token nextToken()
throws antlr.TokenStreamException
nextToken in interface antlr.TokenStreamantlr.TokenStreamException
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||