org.norecess.citkit.tir.expressions
Interface IVariableETIR

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

public interface IVariableETIR
extends ExpressionTIR


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

Method Detail

getLValue

LValueTIR getLValue()
Returns the l-value of this variable expression.

Returns:
the l-value of this variable expression.