Package fr.inria.atlanmod.mogwai.gremlin
Interface VariableAccess
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,org.eclipse.emf.common.notify.Notifier,TraversalElement
- All Known Subinterfaces:
ClosureIt
- All Known Implementing Classes:
ClosureItImpl,VariableAccessImpl
public interface VariableAccess extends TraversalElement
A representation of the model object 'Variable Access'.
The following features are supported:
- See Also:
GremlinPackage.getVariableAccess()
-
Method Summary
Modifier and Type Method Description TypeDeclarationgetCast()Returns the value of the 'Cast' containment reference.StringgetName()Returns the value of the 'Name' attribute.voidsetCast(TypeDeclaration value)Sets the value of the 'Cast' containment reference.voidsetName(String value)Sets the value of the 'Name' attribute.StringtoString()Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface fr.inria.atlanmod.mogwai.gremlin.TraversalElement
getNextElement, getPreviousElement, setNextElement, setPreviousElement
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),GremlinPackage.getVariableAccess_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getCast
TypeDeclaration getCast()Returns the value of the 'Cast' containment reference.- Returns:
- the value of the 'Cast' containment reference.
- See Also:
setCast(TypeDeclaration),GremlinPackage.getVariableAccess_Cast()
-
setCast
Sets the value of the 'Cast' containment reference.- Parameters:
value- the new value of the 'Cast' containment reference.- See Also:
getCast()
-
toString
String toString()
-