Package org.eclipse.epsilon.eol.dom
Class SpecialAssignmentStatement
- java.lang.Object
-
- org.eclipse.epsilon.common.module.AbstractModuleElement
-
- org.eclipse.epsilon.eol.dom.AbstractExecutableModuleElement
-
- org.eclipse.epsilon.eol.dom.Statement
-
- org.eclipse.epsilon.eol.dom.AssignmentStatement
-
- org.eclipse.epsilon.eol.dom.SpecialAssignmentStatement
-
- All Implemented Interfaces:
ModuleElement
,ICompilableModuleElement
,IExecutableModuleElement
- Direct Known Subclasses:
EquivalentAssignmentStatement
,EquivalentAssignmentStatement
public class SpecialAssignmentStatement extends AssignmentStatement
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.dom.AssignmentStatement
targetExpression, valueExpression
-
-
Constructor Summary
Constructors Constructor Description SpecialAssignmentStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IEolVisitor visitor)
-
Methods inherited from class org.eclipse.epsilon.eol.dom.AssignmentStatement
build, compile, execute, getTargetExpression, getValueEquivalent, getValueExpression, getValueExpression, setTargetExpression, setValueExpression
-
Methods inherited from class org.eclipse.epsilon.eol.dom.Statement
toStatementBlock
-
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
-
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
-
-
-
-
Method Detail
-
accept
public void accept(IEolVisitor visitor)
- Overrides:
accept
in classAssignmentStatement
-
-