Interface XtendVariableDeclaration

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.xtext.common.types.JvmIdentifiableElement, org.eclipse.emf.common.notify.Notifier, org.eclipse.xtext.xbase.XExpression, org.eclipse.xtext.xbase.XVariableDeclaration
    All Known Implementing Classes:
    XtendVariableDeclarationImpl

    public interface XtendVariableDeclaration
    extends org.eclipse.xtext.xbase.XVariableDeclaration
    A representation of the model object 'Variable Declaration'.

    The following features are supported:

    See Also:
    XtendPackage.getXtendVariableDeclaration()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isExtension()
      Returns the value of the 'Extension' attribute.
      void setExtension​(boolean value)
      Sets the value of the 'Extension' attribute.
      • 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.xtext.common.types.JvmIdentifiableElement

        getIdentifier, getQualifiedName, getQualifiedName, getSimpleName
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
      • Methods inherited from interface org.eclipse.xtext.xbase.XVariableDeclaration

        getName, getRight, getType, isWriteable, setName, setRight, setType, setWriteable