/**
* generated by Xtext 2.10.0
*/
package com.arm.cmsis.pack.debugseq.debugSeq;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ternary</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.Ternary#getLeft <em>Left</em>}</li>
* <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.Ternary#getExp1 <em>Exp1</em>}</li>
* <li>{@link com.arm.cmsis.pack.debugseq.debugSeq.Ternary#getExp2 <em>Exp2</em>}</li>
* </ul>
*
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getTernary()
* @model
* @generated
*/
public interface Ternary extends Expression
{
/**
* Returns the value of the '<em><b>Left</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Left</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Left</em>' containment reference.
* @see #setLeft(Expression)
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getTernary_Left()
* @model containment="true"
* @generated
*/
Expression getLeft();
/**
* Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.Ternary#getLeft <em>Left</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Left</em>' containment reference.
* @see #getLeft()
* @generated
*/
void setLeft(Expression value);
/**
* Returns the value of the '<em><b>Exp1</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exp1</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Exp1</em>' containment reference.
* @see #setExp1(Expression)
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getTernary_Exp1()
* @model containment="true"
* @generated
*/
Expression getExp1();
/**
* Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.Ternary#getExp1 <em>Exp1</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exp1</em>' containment reference.
* @see #getExp1()
* @generated
*/
void setExp1(Expression value);
/**
* Returns the value of the '<em><b>Exp2</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exp2</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Exp2</em>' containment reference.
* @see #setExp2(Expression)
* @see com.arm.cmsis.pack.debugseq.debugSeq.DebugSeqPackage#getTernary_Exp2()
* @model containment="true"
* @generated
*/
Expression getExp2();
/**
* Sets the value of the '{@link com.arm.cmsis.pack.debugseq.debugSeq.Ternary#getExp2 <em>Exp2</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exp2</em>' containment reference.
* @see #getExp2()
* @generated
*/
void setExp2(Expression value);
} // Ternary