java.lang.Object | +--com.ibm.lab.soln.sqleditor.utils.WordPartDetector
Used to scan and detect for SQL keywords
Constructor Summary | |
WordPartDetector(org.eclipse.jface.text.ITextViewer viewer,
int documentOffset)
Method WordPartDetector. |
Method Summary | |
int |
getOffset()
|
java.lang.String |
getString()
Method getString. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WordPartDetector(org.eclipse.jface.text.ITextViewer viewer, int documentOffset)
viewer
- is a text viewerdocumentOffset
- into the SQL documentMethod Detail |
public int getOffset()
public java.lang.String getString()