de.cau.cs.kieler.esterel.esterel
Interface Variable

All Superinterfaces:
EObject, Notifier, Statement
All Known Implementing Classes:
VariableImpl

public interface Variable
extends Statement

A representation of the model object 'Variable'.

The following features are supported:

See Also:
EsterelPackage.getVariable()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Statement getStatement()
          Returns the value of the 'Statement' containment reference.
 VariableDecl getVarDecl()
          Returns the value of the 'Var Decl' containment reference.
 void setStatement(Statement value)
          Sets the value of the 'Statement' containment reference.
 void setVarDecl(VariableDecl value)
          Sets the value of the 'Var Decl' 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
 

Method Detail

getVarDecl

VariableDecl getVarDecl()
Returns the value of the 'Var Decl' containment reference.

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

Returns:
the value of the 'Var Decl' containment reference.
See Also:
setVarDecl(VariableDecl), EsterelPackage.getVariable_VarDecl()
Generated:
This code was automatically generated.
Model element:
containment=true

setVarDecl

void setVarDecl(VariableDecl value)
Sets the value of the 'Var Decl' containment reference.

Parameters:
value - the new value of the 'Var Decl' containment reference.
See Also:
getVarDecl()
Generated:
This code was automatically generated.

getStatement

Statement getStatement()
Returns the value of the 'Statement' containment reference.

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

Returns:
the value of the 'Statement' containment reference.
See Also:
setStatement(Statement), EsterelPackage.getVariable_Statement()
Generated:
This code was automatically generated.
Model element:
containment=true

setStatement

void setStatement(Statement value)
Sets the value of the 'Statement' containment reference.

Parameters:
value - the new value of the 'Statement' containment reference.
See Also:
getStatement()
Generated:
This code was automatically generated.