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
FieldsFields inherited from class org.eclipse.epsilon.eol.dom.Annotation
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(IEolVisitor visitor) voidexecute(IEolContext context) getValue(IEolContext context) booleanhasValue()voidsetExpression(Expression expression) Methods inherited from class org.eclipse.epsilon.eol.dom.Annotation
getName, setName, toStringMethods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
equals, getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUriMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
buildin interfaceModuleElement- Overrides:
buildin classAbstractModuleElement
-
hasValue
public boolean hasValue()- Specified by:
hasValuein classAnnotation
-
getValue
- Specified by:
getValuein classAnnotation- Throws:
EolRuntimeException
-
execute
- Specified by:
executein interfaceIExecutableModuleElement- Throws:
EolRuntimeException
-
getExpression
-
setExpression
-
accept
- Specified by:
acceptin classAnnotation
-