Interface VariableDeclarationComponent

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VariableDeclarationComponentImpl

public interface VariableDeclarationComponent
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Variable Declaration Component'.

The following features are supported:

See Also:
BlangDslPackage.getVariableDeclarationComponent()
  • Method Summary

    Modifier and Type Method Description
    VariableName getName()
    Returns the value of the 'Name' containment reference.
    org.eclipse.xtext.xbase.XExpression getVarInitBlock()
    Returns the value of the 'Var Init Block' containment reference.
    void setName​(VariableName value)
    Sets the value of the 'Name' containment reference.
    void setVarInitBlock​(org.eclipse.xtext.xbase.XExpression value)
    Sets the value of the 'Var Init Block' 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