View source
class ContextSwitchLineParser
package moonshine.editor.text.syntax.parser.context
extends EventDispatcher
implements ILineParser
extended by CSSLineParser, XMLLineParser
A complex line parser with context switches.
Constructor
Variables
Methods
parse(sourceCode:String, startLine:Int, startChar:Int, endLine:Int, endChar:Int):Array<Int>
See also: