public class MDXValuesHighlight.JavaScanner extends Object
Constructor and Description |
---|
MDXValuesHighlight.JavaScanner() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the ending location of the current token in the document.
|
int |
getStartOffset()
Returns the starting location of the current token in the document.
|
int |
nextToken()
Returns the next lexical token in the document.
|
void |
setRange(String text) |
void |
setSQLKeywords(String[] kfKeywords) |
public final int getLength()
public void setSQLKeywords(String[] kfKeywords)
public final int getStartOffset()
public int nextToken()
public void setRange(String text)