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

Static variables

@:value(0xE)staticfinalread onlyJAVA_ANNOTATION:Int = 0xE

@:value(0x1)staticfinalread onlyJAVA_CODE:Int = 0x1

@:value(0x4)staticfinalread onlyJAVA_COMMENT:Int = 0x4

@:value(0xA)staticfinalread onlyJAVA_KEYWORD:Int = 0xA

@:value(0x5)staticfinalread onlyJAVA_MULTILINE_COMMENT:Int = 0x5

@:value(0xD)staticfinalread onlyJAVA_PACKAGE_CLASS_KEYWORDS:Int = 0xD

@:value(0x2)staticfinalread onlyJAVA_STRING1:Int = 0x2

@:value(0x3)staticfinalread onlyJAVA_STRING2:Int = 0x3

Constructor

new()

Creates a new JavaLineParser object.

Inherited Variables

Defined by LineParser

@:flash.propertyread onlydefaultContext:Int

Inherited Methods

Defined by LineParser

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

setContext(newContext:Int):Void