net.sourceforge.czt.parser.circus
Class NewlineScanner

java.lang.Object
  extended by net.sourceforge.czt.parser.circus.NewlineScanner
All Implemented Interfaces:
net.sourceforge.czt.java_cup.runtime.Scanner

public class NewlineScanner
extends java.lang.Object
implements net.sourceforge.czt.java_cup.runtime.Scanner

This is a NL lexer (part of context-sensitive lexis) for Circus specifications in unicode format.


Method Summary
protected  boolean contains(int[] symbols, int symbol)
          Returns true if and only if a symbol is in an array of symbols.
 net.sourceforge.czt.java_cup.runtime.Symbol next_token()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next_token

public net.sourceforge.czt.java_cup.runtime.Symbol next_token()
                                                       throws java.lang.Exception
Specified by:
next_token in interface net.sourceforge.czt.java_cup.runtime.Scanner
Throws:
java.lang.Exception

contains

protected boolean contains(int[] symbols,
                           int symbol)
Returns true if and only if a symbol is in an array of symbols.



Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.