Defines a context switch for a complex line parser.

Constructor

@:value({ post : false, pattern : null })new(from:Array<Int>, to:Int, ?pattern:EReg, post:Bool = false)

Creates a new ContextSwitch object.

Variables

from:Array<Int>

pattern:EReg

post:Bool

to:Int