| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.sqlbuilder.views.source.SQLWordDetector
public class SQLWordDetector
| Constructor Summary | |
|---|---|
| SQLWordDetector()Constructor. | |
| Method Summary | |
|---|---|
|  boolean | isWordPart(char c)Returns whether the specified character is valid as a subsequent character in a word. | 
|  boolean | isWordStart(char c)Returns whether the specified character is valid as the first character in a word. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, 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.IWordDetectorpublic boolean isWordStart(char c)
isWordStart in interface org.eclipse.jface.text.rules.IWordDetector| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||