Class EObjectTester

java.lang.Object
org.eclipse.core.expressions.PropertyTester
com._1c.g5.v8.dt.core.expressions.AbstractDtPropertyTester
com._1c.g5.v8.dt.internal.ui.EObjectTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class EObjectTester extends AbstractDtPropertyTester
Generalized property tester for EObjects. Supports following tests:
  • notNull – returns true if a feature of EObject has a non-null value, false otherwise.
  • Constructor Details

    • EObjectTester

      public EObjectTester()
  • Method Details