Interface SubCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,de.uni_hildesheim.sse.vil.expressions.expressionDsl.SubCall
- All Known Implementing Classes:
SubCallImpl
public interface SubCall
extends de.uni_hildesheim.sse.vil.expressions.expressionDsl.SubCall
A representation of the model object 'Sub Call'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<Stmt> Returns the value of the 'Nested' containment reference list.de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeReturns the value of the 'Var Type' containment reference.voidSets the value of the 'Id' attribute.voidsetVarType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value) Sets the value of the 'Var Type' containment reference.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 de.uni_hildesheim.sse.vil.expressions.expressionDsl.SubCall
getArrayEx, getCall, getType, setArrayEx, setCall, setType
-
Method Details
-
getVarType
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type getVarType()Returns the value of the 'Var Type' containment reference.- Returns:
- the value of the 'Var Type' containment reference.
- See Also:
-
setVarType
void setVarType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value) Sets the value of the 'Var Type' containment reference.- Parameters:
value- the new value of the 'Var Type' containment reference.- See Also:
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getNested
org.eclipse.emf.common.util.EList<Stmt> getNested()Returns the value of the 'Nested' containment reference list. The list contents are of typeStmt.- Returns:
- the value of the 'Nested' containment reference list.
- See Also:
-