A manager for context switches in a complex line parser.

Constructor

new(switches:Array<ContextSwitch>)

Creates a new ContextSwitchManager object.

Methods

@:value({ highPriority : false })addSwitch(swtch:ContextSwitch, highPriority:Bool = false):Void

getSwitches(from:Int):Array<ContextSwitch>