Package org.eclipse.epsilon.egl.dom
Class TemplateOperation
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
org.eclipse.epsilon.eol.dom.Operation
org.eclipse.epsilon.egl.dom.TemplateOperation
- All Implemented Interfaces:
ModuleElement
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dom.Operation
body, cache, contextType, contextTypeExpression, formalParameters, isCached, nameExpression, returnType, returnTypeExpression
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.dom.Operation
accept, build, checkResultType, clearCache, evaluatePostConditions, evaluatePreConditions, execute, execute, getBody, getContextType, getContextTypeExpression, getFormalParameters, getName, getNameExpression, getReturnType, getReturnTypeExpression, isCached, setBody, setContextTypeExpression, setNameExpression, setReturnTypeExpression, toString
Methods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlock
Methods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
equals, getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri
-
Constructor Details
-
TemplateOperation
public TemplateOperation()
-
-
Method Details
-
executeBody
- Overrides:
executeBody
in classOperation
- Throws:
EolRuntimeException
-