|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.sqleditor.internal.sql.SQLCodeScanner.SQLWhiteSpaceDetector
public class SQLCodeScanner.SQLWhiteSpaceDetector
This class determines if a character is a whitespace character.
Constructor Summary | |
---|---|
SQLCodeScanner.SQLWhiteSpaceDetector()
|
Method Summary | |
---|---|
boolean |
isWhitespace(char c)
Determines if the given character is a whitespace character. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLCodeScanner.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 |