Interface VariableDeclaration

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

public interface VariableDeclaration
extends Instruction
A representation of the model object 'Variable Declaration'.

The following features are supported:

See Also:
GremlinPackage.getVariableDeclaration()
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the value of the 'Name' attribute.
    TypeDeclaration getType()
    Returns the value of the 'Type' containment reference.
    Instruction getValue()
    Returns the value of the 'Value' containment reference.
    boolean isFinal()
    Returns the value of the 'Final' attribute.
    void setFinal​(boolean value)
    Sets the value of the 'Final' attribute.
    void setName​(String value)
    Sets the value of the 'Name' attribute.
    void setType​(TypeDeclaration value)
    Sets the value of the 'Type' containment reference.
    void setValue​(Instruction value)
    Sets the value of the 'Value' containment reference.
    String toString()

    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