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

Static variables

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

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

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

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

@:value(0x6)staticfinalread onlyGROOVY_MULTILINE_COMMENT:Int = 0x6

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

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

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

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

Constructor

new()

Creates a new GroovyLineParser 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