org.eclipse.ocl.cst
Interface TupleLiteralExpCS

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

public interface TupleLiteralExpCS
extends LiteralExpCS

A representation of the model object 'Tuple Literal Exp CS'.

The following features are supported:

See Also:
CSTPackage.getTupleLiteralExpCS()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<VariableCS> getVariables()
          Returns the value of the 'Variables' containment reference list.
 
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

getVariables

org.eclipse.emf.common.util.EList<VariableCS> getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type VariableCS.

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

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