org.eclipse.ocl.examples.ui
Class OCLPropertyTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by org.eclipse.ocl.examples.ui.OCLPropertyTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class OCLPropertyTester
extends org.eclipse.core.expressions.PropertyTester


Constructor Summary
OCLPropertyTester()
           
 
Method Summary
static org.eclipse.xtext.ui.editor.XtextEditor getActiveXtextEditor(org.eclipse.core.expressions.IEvaluationContext evaluationContext)
          Deprecated. 
static org.eclipse.core.expressions.IEvaluationContext getApplicationContext()
           
 boolean test(java.lang.Object receiver, java.lang.String property, java.lang.Object[] args, java.lang.Object expectedValue)
           
 
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLPropertyTester

public OCLPropertyTester()
Method Detail

getActiveXtextEditor

@Deprecated
public static org.eclipse.xtext.ui.editor.XtextEditor getActiveXtextEditor(org.eclipse.core.expressions.IEvaluationContext evaluationContext)
Deprecated. 


getApplicationContext

public static org.eclipse.core.expressions.IEvaluationContext getApplicationContext()
Returns:
an evaluation context

test

public boolean test(java.lang.Object receiver,
                    java.lang.String property,
                    java.lang.Object[] args,
                    java.lang.Object expectedValue)