org.norecess.citkit.tir.expressions
Interface IAssignmentETIR

All Superinterfaces:
ExpressionTIR, HobbesTIR
All Known Implementing Classes:
AssignmentETIR

public interface IAssignmentETIR
extends ExpressionTIR


Method Summary
 ExpressionTIR getExpression()
          Returns the expression of the assignment expression.
 LValueTIR getLValue()
          Returns the variable of the assignment expression.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getExpression

ExpressionTIR getExpression()
Returns the expression of the assignment expression.

Returns:
the expression of the assignment expression.

getLValue

LValueTIR getLValue()
Returns the variable of the assignment expression.

Returns:
the variable of the assignment expression.