Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.core.parser
Class StartupFileParser  view StartupFileParser download StartupFileParser.java

java.lang.Object
  extended byorg.alicebot.server.core.parser.GenericParser
      extended byorg.alicebot.server.core.parser.StartupFileParser

public class StartupFileParser
extends GenericParser


Field Summary
private  org.alicebot.server.core.Bot currentBot
           
 
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()
           
 
Method Summary
 org.alicebot.server.core.Bot getCurrentBot()
           
 void setCurrentBot(org.alicebot.server.core.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
 

Field Detail

currentBot

private org.alicebot.server.core.Bot currentBot
Constructor Detail

StartupFileParser

public StartupFileParser()
Method Detail

setCurrentBot

public void setCurrentBot(org.alicebot.server.core.Bot bot)

getCurrentBot

public org.alicebot.server.core.Bot getCurrentBot()