org.eclipse.cdt.internal.ui.text.util
Class CWordDetector

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.text.util.CWordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector

public class CWordDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWordDetector

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

CWordDetector

public CWordDetector()
Method Detail

isWordStart

public boolean isWordStart(char c)
Specified by:
isWordStart in interface org.eclipse.jface.text.rules.IWordDetector

isWordPart

public boolean isWordPart(char c)
Specified by:
isWordPart in interface org.eclipse.jface.text.rules.IWordDetector