org.eclipse.ocl.cst
Interface VariableExpCS

All Superinterfaces:
CSTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, OCLExpressionCS
All Known Implementing Classes:
VariableExpCSImpl

public interface VariableExpCS
extends OCLExpressionCS

A representation of the model object 'Variable Exp CS'.

The following features are supported:

See Also:
CSTPackage.getVariableExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<OCLExpressionCS> getArguments()
          Returns the value of the 'Arguments' containment reference list.
 IsMarkedPreCS getIsMarkedPreCS()
          Returns the value of the 'Is Marked Pre CS' containment reference.
 SimpleNameCS getSimpleNameCS()
          Returns the value of the 'Simple Name CS' containment reference.
 void setIsMarkedPreCS(IsMarkedPreCS value)
          Sets the value of the 'Is Marked Pre CS' containment reference.
 void setSimpleNameCS(SimpleNameCS value)
          Sets the value of the 'Simple Name CS' containment reference.
 
Methods inherited from interface org.eclipse.ocl.cst.CSTNode
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getArguments

org.eclipse.emf.common.util.EList<OCLExpressionCS> getArguments()
Returns the value of the 'Arguments' containment reference list. The list contents are of type OCLExpressionCS.

If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Arguments' containment reference list.
See Also:
CSTPackage.getVariableExpCS_Arguments()
Generated
Model
containment="true"

getSimpleNameCS

SimpleNameCS getSimpleNameCS()
Returns the value of the 'Simple Name CS' containment reference.

If the meaning of the 'Simple Name CS' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Simple Name CS' containment reference.
See Also:
setSimpleNameCS(SimpleNameCS), CSTPackage.getVariableExpCS_SimpleNameCS()
Generated
Model
containment="true"

setSimpleNameCS

void setSimpleNameCS(SimpleNameCS value)
Sets the value of the 'Simple Name CS' containment reference.

Parameters:
value - the new value of the 'Simple Name CS' containment reference.
See Also:
getSimpleNameCS()
Generated

getIsMarkedPreCS

IsMarkedPreCS getIsMarkedPreCS()
Returns the value of the 'Is Marked Pre CS' containment reference.

If the meaning of the 'Is Marked Pre CS' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Marked Pre CS' containment reference.
See Also:
setIsMarkedPreCS(IsMarkedPreCS), CSTPackage.getVariableExpCS_IsMarkedPreCS()
Generated
Model
containment="true"

setIsMarkedPreCS

void setIsMarkedPreCS(IsMarkedPreCS value)
Sets the value of the 'Is Marked Pre CS' containment reference.

Parameters:
value - the new value of the 'Is Marked Pre CS' containment reference.
See Also:
getIsMarkedPreCS()
Generated