/** * generated by Xtext 2.10.0 */ package com.arm.cmsis.pack.debugseq.debugSeq; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Variable Ref</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.VariableRef#getVariable <em>Variable</em>}</li> * </ul> * * @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getVariableRef() * @model * @generated */ public interface VariableRef extends Expression { /** * Returns the value of the '<em><b>Variable</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Variable</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Variable</em>' reference. * @see #setVariable(VariableDeclaration) * @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getVariableRef_Variable() * @model * @generated */ VariableDeclaration getVariable(); /** * Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.VariableRef#getVariable <em>Variable</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Variable</em>' reference. * @see #getVariable() * @generated */ void setVariable(VariableDeclaration value); } // VariableRef