java.lang.Object | +--com.ibm.lab.soln.sqleditor.utils.SQLWhiteSpaceDetector
A class that determines if a character is an SQL whitespace character
Constructor Summary | |
SQLWhiteSpaceDetector()
|
Method Summary | |
boolean |
isWhitespace(char c)
Whitespace test method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLWhiteSpaceDetector()
Method Detail |
public boolean isWhitespace(char c)
isWhitespace
in interface org.eclipse.jface.text.rules.IWhitespaceDetector
IWhitespaceDetector.isWhitespace(char)