de.cau.cs.kieler.core.kexpressions
Interface VariableDecl

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
VariableDeclImpl

public interface VariableDecl
extends EObject

A representation of the model object 'Variable Decl'.

The following features are supported:

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

Method Summary
 TypeIdentifier getType()
          Returns the value of the 'Type' containment reference.
 EList<IVariable> getVariables()
          Returns the value of the 'Variables' containment reference list.
 void setType(TypeIdentifier value)
          Sets the value of the '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
 

Method Detail

getVariables

EList<IVariable> getVariables()
Returns the value of the 'Variables' containment reference list. The list contents are of type IVariable.

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:
KExpressionsPackage.getVariableDecl_Variables()
Generated:
This code was automatically generated.
Model element:
containment=true

getType

TypeIdentifier getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeIdentifier), KExpressionsPackage.getVariableDecl_Type()
Generated:
This code was automatically generated.
Model element:
containment=true

setType

void setType(TypeIdentifier value)
Sets the value of the 'Type' containment reference.

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