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

All Superinterfaces:
EObject, InterfaceDeclaration, Notifier
All Known Implementing Classes:
InterfaceVariableDeclImpl

public interface InterfaceVariableDecl
extends InterfaceDeclaration

A representation of the model object 'Interface Variable Decl'.

The following features are supported:

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

Method Summary
 EList<VariableDecl> getVarDecls()
          Returns the value of the 'Var Decls' containment reference list.
 
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

getVarDecls

EList<VariableDecl> getVarDecls()
Returns the value of the 'Var Decls' containment reference list. The list contents are of type VariableDecl.

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

Returns:
the value of the 'Var Decls' containment reference list.
See Also:
KExpressionsPackage.getInterfaceVariableDecl_VarDecls()
Generated:
This code was automatically generated.
Model element:
containment=true