org.eclipse.gmt.umlx.editor.text
Class TextKeywordDetector
java.lang.Object
org.eclipse.gmt.umlx.editor.text.TextKeywordDetector
- All Implemented Interfaces:
- org.eclipse.jface.text.rules.IWordDetector
public class TextKeywordDetector
- extends java.lang.Object
- implements org.eclipse.jface.text.rules.IWordDetector
Defines a detector for QVT keywords.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextKeywordDetector
public TextKeywordDetector()
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