class TaskJuggler::TextParser::StateTransition

A StateTransition maps a token type to the next state to be processed. A token descriptor is either a Symbol that maps to a RegExp in the TextScanner or an expected String. The transition may also have a list of State objects that are being activated by the transition.