org.apache.nutch.quality.dynamic
Class PageDescriptionTokenManager

java.lang.Object
  extended byorg.apache.nutch.quality.dynamic.PageDescriptionTokenManager
All Implemented Interfaces:
PageDescriptionConstants

public class PageDescriptionTokenManager
extends Object
implements PageDescriptionConstants


Field Summary
protected  char curChar
           
 PrintStream debugStream
           
protected  SimpleCharStream input_stream
           
static int[] jjnewLexState
           
static String[] jjstrLiteralImages
           
static String[] lexStateNames
           
 
Fields inherited from interface org.apache.nutch.quality.dynamic.PageDescriptionConstants
AFTER_EQUALS, DEFAULT, EOF, EQUALS, KEYWORD, QUOTED_VALUE, tokenImage, UNQUOTED_VALUE
 
Constructor Summary
PageDescriptionTokenManager(SimpleCharStream stream)
           
PageDescriptionTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
protected  Token jjFillToken()
           
 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

jjnewLexState

public static final int[] jjnewLexState

input_stream

protected SimpleCharStream input_stream

curChar

protected char curChar
Constructor Detail

PageDescriptionTokenManager

public PageDescriptionTokenManager(SimpleCharStream stream)

PageDescriptionTokenManager

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

jjFillToken

protected Token jjFillToken()

getNextToken

public Token getNextToken()


Copyright © 2006 The Apache Software Foundation