org.pentaho.di.ui.trans.steps.salesforceinput
Class SOQLValuesHighlight.JavaScanner

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.salesforceinput.SOQLValuesHighlight.JavaScanner
Enclosing class:
SOQLValuesHighlight

public class SOQLValuesHighlight.JavaScanner
extends Object

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

SOQLValuesHighlight.JavaScanner

public SOQLValuesHighlight.JavaScanner()
Method Detail

getLength

public final int getLength()
Returns the ending location of the current token in the document.


setSQLKeywords

public void setSQLKeywords(String[] kfKeywords)

getStartOffset

public final int getStartOffset()
Returns the starting location of the current token in the document.


nextToken

public int nextToken()
Returns the next lexical token in the document.


setRange

public void setRange(String text)