java.lang.Objectorg.sintef.mofscript.editor.WordDetector
public class WordDetector
A word detector based on Java identifiers
Constructor Summary | |
---|---|
WordDetector()
|
Method Summary | |
---|---|
boolean |
isWordPart(char character)
|
boolean |
isWordStart(char character)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WordDetector()
Method Detail |
---|
public boolean isWordPart(char character)
isWordPart
in interface org.eclipse.jface.text.rules.IWordDetector
public boolean isWordStart(char character)
isWordStart
in interface org.eclipse.jface.text.rules.IWordDetector