Class EClassOperationContributor
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
-
- org.eclipse.epsilon.eugenia.operationcontributors.EClassOperationContributor
-
- All Implemented Interfaces:
AutoCloseable
public class EClassOperationContributor extends OperationContributor
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
cachedMethodNames
-
-
Constructor Summary
Constructors Constructor Description EClassOperationContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EAttribute
attr(String name)
boolean
contributesTo(Object target)
org.eclipse.emf.ecore.EReference
ref(String name)
org.eclipse.emf.ecore.EReference
val(String name)
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.contributors.OperationContributor
close, findContributedMethodForEvaluatedParameters, findContributedMethodForEvaluatedParameters, findContributedMethodForUnevaluatedParameters, getContext, getReflectionTarget, getTarget, includeInheritedMethods, setContext, setTarget
-
-
-
-
Method Detail
-
contributesTo
public boolean contributesTo(Object target)
- Specified by:
contributesTo
in classOperationContributor
-
attr
public org.eclipse.emf.ecore.EAttribute attr(String name) throws EolRuntimeException
- Throws:
EolRuntimeException
-
ref
public org.eclipse.emf.ecore.EReference ref(String name) throws EolRuntimeException
- Throws:
EolRuntimeException
-
val
public org.eclipse.emf.ecore.EReference val(String name) throws EolRuntimeException
- Throws:
EolRuntimeException
-
-