edu.ucla.belief.io.netica
Class NeticaReaderTokenManager

Object
  extended by NeticaReaderTokenManager
All Implemented Interfaces:
NeticaReaderConstants

public class NeticaReaderTokenManager
extends Object
implements NeticaReaderConstants


Field Summary
 PrintStream debugStream
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface NeticaReaderConstants
COMMENT, DEFAULT, DEFINE, EOF, ID, NUM, STRING, tokenImage, UNDEF
 
Constructor Summary
NeticaReaderTokenManager(SimpleCharStream stream)
           
NeticaReaderTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
 void ReInit(SimpleCharStream stream)
           
 void ReInit(SimpleCharStream stream, int lexState)
           
 void setDebugStream(PrintStream ds)
           
 void SwitchTo(int lexState)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public PrintStream debugStream

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames
Constructor Detail

NeticaReaderTokenManager

public NeticaReaderTokenManager(SimpleCharStream stream)

NeticaReaderTokenManager

public NeticaReaderTokenManager(SimpleCharStream stream,
                                int lexState)
Method Detail

setDebugStream

public void setDebugStream(PrintStream ds)

ReInit

public void ReInit(SimpleCharStream stream)

ReInit

public void ReInit(SimpleCharStream stream,
                   int lexState)

SwitchTo

public void SwitchTo(int lexState)

getNextToken

public final Token getNextToken()


Copyright 2010 UCLA Automated Reasoning Group