Base class for line parsers.

Constructor

new()

Creates a new LineParser object.

Variables

@:flash.propertyread onlydefaultContext:Int

Methods

parse(sourceCode:String, startLine:Int, startChar:Int, endLine:Int, endChar:Int):Array<Int>

setContext(newContext:Int):Void