|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.text.util.CWordDetector
public class CWordDetector
A C aware word detector.
Constructor Summary | |
---|---|
CWordDetector()
|
Method Summary | |
---|---|
boolean |
isWordPart(char c)
|
boolean |
isWordStart(char c)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CWordDetector()
Method Detail |
---|
public boolean isWordStart(char c)
isWordStart
in interface org.eclipse.jface.text.rules.IWordDetector
public boolean isWordPart(char c)
isWordPart
in interface org.eclipse.jface.text.rules.IWordDetector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |