Package org.eclipse.epsilon.eol.dom
Class ExecutableAnnotation
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.dom.Annotation
org.eclipse.epsilon.eol.dom.ExecutableAnnotation
- All Implemented Interfaces:
ModuleElement
,IExecutableModuleElement
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dom.Annotation
name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IEolVisitor visitor) void
execute
(IEolContext context) getValue
(IEolContext context) boolean
hasValue()
void
setExpression
(Expression expression) Methods inherited from class org.eclipse.epsilon.eol.dom.Annotation
getName, setName, toString
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
getChildren, getComments, getData, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
Field Details
-
expression
-
-
Constructor Details
-
ExecutableAnnotation
public ExecutableAnnotation()
-
-
Method Details
-
build
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classAbstractModuleElement
-
hasValue
public boolean hasValue()- Specified by:
hasValue
in classAnnotation
-
getValue
- Specified by:
getValue
in classAnnotation
- Throws:
EolRuntimeException
-
execute
- Specified by:
execute
in interfaceIExecutableModuleElement
- Throws:
EolRuntimeException
-
getExpression
-
setExpression
-
accept
- Specified by:
accept
in classAnnotation
-