org.eclipse.gmt.umlx.eqvtr.editor.ocl
Class OCLTextKeywordRule

java.lang.Object
  extended by org.eclipse.jface.text.rules.WordRule
      extended by org.eclipse.gmt.umlx.editor.text.EssentialOCLTextKeywordRule
          extended by org.eclipse.gmt.umlx.eqvtr.editor.ocl.OCLTextKeywordRule
All Implemented Interfaces:
org.eclipse.jface.text.rules.IRule

public class OCLTextKeywordRule
extends org.eclipse.gmt.umlx.editor.text.EssentialOCLTextKeywordRule

Defines a rule to recognise the QVT keywords.


Constructor Summary
OCLTextKeywordRule(org.eclipse.gmt.umlx.editor.text.TextColorManager colorManager, org.eclipse.jface.text.rules.IToken defaultToken)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.text.rules.WordRule
addWord, evaluate, setColumnConstraint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLTextKeywordRule

public OCLTextKeywordRule(org.eclipse.gmt.umlx.editor.text.TextColorManager colorManager,
                          org.eclipse.jface.text.rules.IToken defaultToken)