|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.ui.trans.steps.salesforceinput.SOQLValuesHighlight.JavaScanner
public class SOQLValuesHighlight.JavaScanner
A simple fuzzy scanner for Java
Constructor Summary | |
---|---|
SOQLValuesHighlight.JavaScanner()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOQLValuesHighlight.JavaScanner()
Method Detail |
---|
public final int getLength()
public void setSQLKeywords(String[] kfKeywords)
public final int getStartOffset()
public int nextToken()
public void setRange(String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |