org.media.mn8
Class mn8EOLFixupTokenStream

java.lang.Object
  |
  +--org.media.mn8.mn8EOLFixupTokenStream
All Implemented Interfaces:
antlr.TokenStream

public class mn8EOLFixupTokenStream
extends java.lang.Object
implements antlr.TokenStream

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.

Version:
$Revision: 1.2 $ $Date: 2002/03/28 16:34:38 $
Author:
Remus Pereni

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

mn8EOLFixupTokenStream

public mn8EOLFixupTokenStream(antlr.TokenStream input)
Method Detail

nextToken

public antlr.Token nextToken()
                      throws antlr.TokenStreamException
Specified by:
nextToken in interface antlr.TokenStream


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."