Parses lines of MXML code to determine how the syntax is highlighted.

Static variables

@:value(0x2000)staticfinalread onlyBIND1_MASK:Int = 0x2000

@:value(0x3000)staticfinalread onlyBIND2_MASK:Int = 0x3000

@:value(0x4000)staticfinalread onlyBIND3_MASK:Int = 0x4000

@:value(0x1000)staticfinalread onlySCRIPT_MASK:Int = 0x1000

@:value(0x12)staticfinalread onlySTYLE_CLOSE_TAG:Int = 0x12

@:value(0x5000)staticfinalread onlySTYLE_MASK:Int = 0x5000

@:value(0x11)staticfinalread onlySTYLE_OPEN_TAG:Int = 0x11

Constructor

new()

Creates a new MXMLLineParser object.

Inherited Variables

Inherited Methods

Defined by ContextSwitchLineParser

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

setContext(newContext:Int):Void