public class MDXValuesHighlight extends Object implements org.eclipse.swt.custom.LineStyleListener
Modifier and Type | Class and Description |
---|---|
class |
MDXValuesHighlight.JavaScanner
A simple fuzzy scanner for Java
|
Modifier and Type | Field and Description |
---|---|
static int |
COMMENT |
static int |
EOF |
static int |
EOL |
static int |
FUNCTIONS |
static int |
KEY |
static int |
MAXIMUM_TOKEN |
static int |
NUMBER |
static int |
OTHER |
static int |
STRING |
static int |
WHITE |
static int |
WORD |
Constructor and Description |
---|
MDXValuesHighlight() |
MDXValuesHighlight(String[] strArrSQLFunctions) |
Modifier and Type | Method and Description |
---|---|
void |
lineGetStyle(org.eclipse.swt.custom.LineStyleEvent event)
Event.detail line start offset (input) Event.text line text (input) LineStyleEvent.styles Enumeration of
StyleRanges, need to be in order.
|
void |
parseBlockComments(String text) |
public static final int EOF
public static final int EOL
public static final int WORD
public static final int WHITE
public static final int KEY
public static final int COMMENT
public static final int STRING
public static final int OTHER
public static final int NUMBER
public static final int FUNCTIONS
public static final int MAXIMUM_TOKEN
public MDXValuesHighlight()
public MDXValuesHighlight(String[] strArrSQLFunctions)
public void lineGetStyle(org.eclipse.swt.custom.LineStyleEvent event)
lineGetStyle
in interface org.eclipse.swt.custom.LineStyleListener
public void parseBlockComments(String text)