|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.mn8EOLFixupTokenStream
mn8 Requires end of line after each operation. Sometimes however it happens that the user forgets to insert one after the last command. We take care of that using this TokenStream implementation which automatically adds and end of line at the end of the script.
Constructor Summary | |
mn8EOLFixupTokenStream(antlr.TokenStream input)
|
Method Summary | |
antlr.Token |
nextToken()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public mn8EOLFixupTokenStream(antlr.TokenStream input)
Method Detail |
public antlr.Token nextToken() throws antlr.TokenStreamException
nextToken
in interface antlr.TokenStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |