org.pentaho.di.ui.trans.steps.tableinput
Class SQLValuesHighlight.JavaScanner

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

public class SQLValuesHighlight.JavaScanner
extends Object

A simple fuzzy scanner for Java


Constructor Summary
SQLValuesHighlight.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

SQLValuesHighlight.JavaScanner

public SQLValuesHighlight.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)