A manager for context switches in a complex line parser.
new(switches:Array<ContextSwitch>)
Creates a new ContextSwitchManager object.
ContextSwitchManager
@:value({ highPriority : false })addSwitch(swtch:ContextSwitch, highPriority:Bool = false):Void
getSwitches(from:Int):Array<ContextSwitch>