org.jomc.util
Class VersionParserTokenManager

Package class diagram package VersionParserTokenManager
java.lang.Object
  extended by org.jomc.util.VersionParserTokenManager
All Implemented Interfaces:
VersionParserConstants

public class VersionParserTokenManager
extends Object
implements VersionParserConstants

Token Manager.


Field Summary
protected  char curChar
           
 PrintStream debugStream
          Debug output.
protected  SimpleCharStream input_stream
           
static String[] jjstrLiteralImages
          Token literal values.
static String[] lexStateNames
          Lexer state names.
 
Fields inherited from interface org.jomc.util.VersionParserConstants
DEFAULT, EOF, IDENTIFIER, INTEGER, SEPARATOR, tokenImage
 
Constructor Summary
VersionParserTokenManager(SimpleCharStream stream)
          Constructor.
VersionParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 
Method Summary
 Token getNextToken()
          Get the next Token.
protected  Token jjFillToken()
           
 void ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 void setDebugStream(PrintStream ds)
          Set debug output.
 void SwitchTo(int lexState)
          Switch to specified lex state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public PrintStream debugStream
Debug output.


jjstrLiteralImages

public static final String[] jjstrLiteralImages
Token literal values.


lexStateNames

public static final String[] lexStateNames
Lexer state names.


input_stream

protected SimpleCharStream input_stream

curChar

protected char curChar
Constructor Detail

VersionParserTokenManager

public VersionParserTokenManager(SimpleCharStream stream)
Constructor.


VersionParserTokenManager

public VersionParserTokenManager(SimpleCharStream stream,
                                 int lexState)
Constructor.

Method Detail

setDebugStream

public void setDebugStream(PrintStream ds)
Set debug output.


ReInit

public void ReInit(SimpleCharStream stream)
Reinitialise parser.


ReInit

public void ReInit(SimpleCharStream stream,
                   int lexState)
Reinitialise parser.


SwitchTo

public void SwitchTo(int lexState)
Switch to specified lex state.


jjFillToken

protected Token jjFillToken()

getNextToken

public Token getNextToken()
Get the next Token.



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.