public class SQLValuesHighlight.JavaScanner extends Object
Constructor and Description |
---|
SQLValuesHighlight.JavaScanner() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the ending location of the current token in the document.
|
String[] |
getSQLKeywords() |
int |
getStartOffset()
Returns the starting location of the current token in the document.
|
void |
initializeSQLFunctions() |
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 String[] getSQLKeywords()
public void initializeSQLFunctions()
public final int getStartOffset()
public int nextToken()
public void setRange(String text)