Class ReflectiveOperationContributor
java.lang.Object
org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
org.eclipse.epsilon.eol.execute.operations.contributors.ReflectiveOperationContributor
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
cachedMethodNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontributesTo(Object target) protected ObjectgetReflectionTarget(Object target) protected booleanSpecifies whether methods in the supertype of the contributor should be included when finding contributed operations.Methods inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
close, findContributedMethodForEvaluatedParameters, findContributedMethodForEvaluatedParameters, findContributedMethodForUnevaluatedParameters, getContext, getTarget, setContext, setTarget
-
Constructor Details
-
ReflectiveOperationContributor
public ReflectiveOperationContributor()
-
-
Method Details
-
contributesTo
- Specified by:
contributesToin classOperationContributor
-
getReflectionTarget
- Overrides:
getReflectionTargetin classOperationContributor
-
includeInheritedMethods
protected boolean includeInheritedMethods()Description copied from class:OperationContributorSpecifies whether methods in the supertype of the contributor should be included when finding contributed operations. Typically, this should not be the case and, as such, this method returns false by default.- Overrides:
includeInheritedMethodsin classOperationContributor
-