dods.dap.parser
Class ErrorParserTokenManager

java.lang.Object
  extended by dods.dap.parser.ErrorParserTokenManager
All Implemented Interfaces:
ErrorParserConstants

public class ErrorParserTokenManager
extends Object
implements ErrorParserConstants


Field Summary
protected  char curChar
           
 PrintStream debugStream
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface dods.dap.parser.ErrorParserConstants
CODE, DEFAULT, EOF, ERROR, INT, MSG, PROGRAM, PTYPE, QUOTED_STR, STR, tokenImage, UNQUOTED_STR, UNTERM_QUOTE
 
Constructor Summary
ErrorParserTokenManager(SimpleCharStream stream)
           
ErrorParserTokenManager(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 java.lang.Object
clone, equals, finalize, 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

curChar

protected char curChar
Constructor Detail

ErrorParserTokenManager

public ErrorParserTokenManager(SimpleCharStream stream)

ErrorParserTokenManager

public ErrorParserTokenManager(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()