edu.stanford.nlp.trees.tregex
Class TregexParserTokenManager

java.lang.Object
  extended by edu.stanford.nlp.trees.tregex.TregexParserTokenManager
All Implemented Interfaces:
TregexParserConstants

public class TregexParserTokenManager
extends Object
implements TregexParserConstants


Field Summary
protected static char curChar
           
static PrintStream debugStream
           
protected static SimpleCharStream input_stream
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface edu.stanford.nlp.trees.tregex.TregexParserConstants
BLANK, DEFAULT, EOF, IDENTIFIER, NUMBER, REGEX, REL_W_STR_ARG, RELATION, tokenImage, VARGROUP
 
Constructor Summary
TregexParserTokenManager(SimpleCharStream stream)
           
TregexParserTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
static Token getNextToken()
           
protected static Token jjFillToken()
           
static void ReInit(SimpleCharStream stream)
           
static void ReInit(SimpleCharStream stream, int lexState)
           
static void setDebugStream(PrintStream ds)
           
static 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 static PrintStream debugStream

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames

input_stream

protected static SimpleCharStream input_stream

curChar

protected static char curChar
Constructor Detail

TregexParserTokenManager

public TregexParserTokenManager(SimpleCharStream stream)

TregexParserTokenManager

public TregexParserTokenManager(SimpleCharStream stream,
                                int lexState)
Method Detail

setDebugStream

public static void setDebugStream(PrintStream ds)

ReInit

public static void ReInit(SimpleCharStream stream)

ReInit

public static void ReInit(SimpleCharStream stream,
                          int lexState)

SwitchTo

public static void SwitchTo(int lexState)

jjFillToken

protected static Token jjFillToken()

getNextToken

public static Token getNextToken()


Stanford NLP Group