Class WrapperOperationContributor
java.lang.Object
org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
org.eclipse.epsilon.eol.execute.operations.contributors.WrapperOperationContributor
- 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) getReflectionTarget(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
-
WrapperOperationContributor
public WrapperOperationContributor()
-
-
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
-