|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.db.internal.ui.editors.sql.util.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 |
equals, 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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |