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

- Generated:
- This code was automatically generated.
- Model element
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
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: