Class AnyIdentifierChildPropertyTester
- java.lang.Object
-
- org.eclipse.core.expressions.PropertyTester
-
- de.uka.ipd.sdq.identifier.uiutils.AnyIdentifierChildPropertyTester
-
- All Implemented Interfaces:
IPropertyTester
public class AnyIdentifierChildPropertyTester extends PropertyTester
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interface
AnyIdentifierChildPropertyTester.PropertyTest
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,AnyIdentifierChildPropertyTester.PropertyTest>
testers
-
Constructor Summary
Constructors Constructor Description AnyIdentifierChildPropertyTester()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(Object receiver, String property, Object[] args, Object expectedValue)
protected boolean
testChild(Object receiver, Object[] args, Object expectedValue)
-
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
-
-
-
-
Field Detail
-
testers
protected final Map<String,AnyIdentifierChildPropertyTester.PropertyTest> testers
-
-