org.apache.cayenne.wocompat.parser
Class ParserTokenManager
java.lang.Object
   org.apache.cayenne.wocompat.parser.ParserTokenManager
org.apache.cayenne.wocompat.parser.ParserTokenManager
- All Implemented Interfaces: 
- ParserConstants
- public class ParserTokenManager 
- extends Object- implements ParserConstants
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
debugStream
public PrintStream debugStream
jjstrLiteralImages
public static final String[] jjstrLiteralImages
lexStateNames
public static final String[] lexStateNames
jjnewLexState
public static final int[] jjnewLexState
input_stream
protected SimpleCharStream input_stream
curChar
protected char curChar
ParserTokenManager
public ParserTokenManager(SimpleCharStream stream)
ParserTokenManager
public ParserTokenManager(SimpleCharStream stream,
                          int lexState)
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)
- 
 
- 
 
jjFillToken
protected Token jjFillToken()
- 
 
- 
 
getNextToken
public Token getNextToken()
- 
 
- 
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.