java.lang.Object | +--com.ibm.lab.soln.sqleditor.utils.SQLWordDetector
Determines whether a given character is valid as part of an SQL keyword in the current context.
Fields inherited from interface com.ibm.lab.soln.sqleditor.sql.ISQLSyntax |
allWords, constants, functions, predicates, reservedwords, types |
Constructor Summary | |
SQLWordDetector()
|
Method Summary | |
boolean |
isWordPart(char c)
|
boolean |
isWordStart(char c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLWordDetector()
Method Detail |
public boolean isWordPart(char c)
isWordPart
in interface org.eclipse.jface.text.rules.IWordDetector
IWordDetector.isWordPart(char)
public boolean isWordStart(char c)
isWordStart
in interface org.eclipse.jface.text.rules.IWordDetector
IWordDetector.isWordStart(char)