org.eclipse.gmt.umlx.eqvtr.editor.text
Class TextKeywordDetector

java.lang.Object
  extended by org.eclipse.gmt.umlx.eqvtr.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.


Constructor Summary
TextKeywordDetector()
           
 
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

TextKeywordDetector

public TextKeywordDetector()
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