Uses of Class
org.alicebot.server.core.parser.GenericReader.TransitionMade

Packages that use GenericReader.TransitionMade
org.alicebot.server.core.parser   
org.alicebot.server.core.targeting   
 

Uses of GenericReader.TransitionMade in org.alicebot.server.core.parser
 

Fields in org.alicebot.server.core.parser declared as GenericReader.TransitionMade
protected  GenericReader.TransitionMade GenericReader.TRANSITION_MADE
          A custom Throwable thrown by the various transition methods if they succeed.
 

Methods in org.alicebot.server.core.parser that throw GenericReader.TransitionMade
protected  void GenericReader.transition(java.lang.String tag, int toState)
          If GenericReader.bufferString contains tag at GenericReader.tagStart and sets GenericReader.state to toState.
protected  void GenericReader.transition(java.lang.String tag, int toState, java.lang.reflect.Field component)
          If GenericReader.bufferString contains tag at GenericReader.tagStart, sets state to toState, captures the substring of GenericReader.bufferString from 0 to GenericReader.tagStart, filtering whitespace and setting component to the result.
protected  void GenericReader.transition(java.lang.String tag, int toState, java.lang.reflect.Field component, java.lang.String attributeName)
           If GenericReader.bufferString contains tag at GenericReader.tagStart, sets GenericReader.state to toState, captures the substring of GenericReader.bufferString from 0 to GenericReader.tagStart, filtering whitespace and setting component to the result, then deleting the tag from the buffer.
protected  void AIMLReader.tryStates()
           
protected abstract  void GenericReader.tryStates()
           
 

Uses of GenericReader.TransitionMade in org.alicebot.server.core.targeting
 

Methods in org.alicebot.server.core.targeting that throw GenericReader.TransitionMade
protected  void TargetsReader.tryStates()