de.uniba.wiai.lspi.util.console.parser
Class CommandParserTokenManager

java.lang.Object
  extended by de.uniba.wiai.lspi.util.console.parser.CommandParserTokenManager
All Implemented Interfaces:
CommandParserConstants

public class CommandParserTokenManager
extends Object
implements CommandParserConstants


Field Summary
protected  char curChar
           
 PrintStream debugStream
           
protected  SimpleCharStream input_stream
           
 
Fields inherited from interface de.uniba.wiai.lspi.util.console.parser.CommandParserConstants
DEFAULT, EOF, LETTER, PARAMSTART, tokenImage, WORD
 
Constructor Summary
CommandParserTokenManager(SimpleCharStream stream)
           
CommandParserTokenManager(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

input_stream

protected SimpleCharStream input_stream

curChar

protected char curChar
Constructor Detail

CommandParserTokenManager

public CommandParserTokenManager(SimpleCharStream stream)

CommandParserTokenManager

public CommandParserTokenManager(SimpleCharStream stream,
                                 int lexState)
Method Detail

setDebugStream

public void setDebugStream(PrintStream ds)
Parameters:
ds - The debugStream to set.

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 © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.