Class ContextlessOperationContributor
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
-
- org.eclipse.epsilon.eugenia.operationcontributors.ContextlessOperationContributor
-
- All Implemented Interfaces:
AutoCloseable
public class ContextlessOperationContributor extends OperationContributor
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
cachedMethodNames
-
-
Constructor Summary
Constructors Constructor Description ContextlessOperationContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
_class(String name)
Object
_package(String name)
boolean
contributesTo(Object target)
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
close, findContributedMethodForEvaluatedParameters, findContributedMethodForEvaluatedParameters, findContributedMethodForUnevaluatedParameters, getContext, getReflectionTarget, getTarget, includeInheritedMethods, setContext, setTarget
-
-