Package org.eclipse.epsilon.eol.dom
Class Case
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.dom.Case
- All Implemented Interfaces:
ModuleElement
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IEolVisitor visitor) void
getBody()
void
setBody
(StatementBlock body) void
setCondition
(Expression condition) 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, toString
-
Field Details
-
condition
-
body
-
-
Constructor Details
-
Case
public Case()
-
-
Method Details
-
build
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classAbstractModuleElement
-
getCondition
-
setCondition
-
getBody
-
setBody
-
accept
-