org.pentaho.di.ui.trans.steps.mondrianinput
Class MDXValuesHighlight.JavaScanner

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

public class MDXValuesHighlight.JavaScanner
extends Object

A simple fuzzy scanner for Java


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

MDXValuesHighlight.JavaScanner

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