org.alicebot.server.core.parser
Class StartupFileParser

java.lang.Object
  extended by org.alicebot.server.core.parser.GenericParser
      extended by org.alicebot.server.core.parser.StartupFileParser

public class StartupFileParser
extends GenericParser

StartupFileParser processes a Program D startup file.


Field Summary
 
Fields inherited from class org.alicebot.server.core.parser.GenericParser
ATOMIC_MARKER_END, CLOSE_MARKER_START, COLON, COMMA, EMPTY_STRING, INDEX, NONATOMIC_MARKER_END, OPEN_MARKER_START, processorRegistry
 
Constructor Summary
StartupFileParser()
          Initializes a StartupFileParser.
 
Method Summary
 Bot getCurrentBot()
           
 void setCurrentBot(Bot bot)
           
 
Methods inherited from class org.alicebot.server.core.parser.GenericParser
evaluate, formatTag, getNode, getValid1dIndex, getValid2dIndex, nodeCount, processResponse, processTag, shortcutTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupFileParser

public StartupFileParser()
Initializes a StartupFileParser.

Method Detail

setCurrentBot

public void setCurrentBot(Bot bot)

getCurrentBot

public Bot getCurrentBot()