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 Type
    Method
    Description
    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.Type
    Returns the value of the 'Var Type' containment reference.
    void
    setId(String value)
    Sets the value of the 'Id' attribute.
    void
    setVarType(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, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods 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

      void setId(String value)
      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 type Stmt.
      Returns:
      the value of the 'Nested' containment reference list.
      See Also: