org.eclipse.palamedes.ui.editor.sourcecode
Class WordDetector

java.lang.Object
  extended by org.eclipse.palamedes.ui.editor.sourcecode.WordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector

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


Constructor Summary
WordDetector()
           
 
Method Summary
 boolean isWordPart(char c)
           
 boolean isWordStart(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordDetector

public WordDetector()
Method Detail

isWordPart

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

isWordStart

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