org.norecess.citkit.tir.lvalues
Interface ISimpleLValueTIR

All Superinterfaces:
HobbesTIR, LValueTIR
All Known Implementing Classes:
SimpleLValueTIR

public interface ISimpleLValueTIR
extends LValueTIR


Method Summary
 ISymbol getName()
          Returns the name of the variable.
 
Methods inherited from interface org.norecess.citkit.tir.LValueTIR
accept, getPosition, getType, setType
 

Method Detail

getName

ISymbol getName()
Returns the name of the variable.

Returns:
the name of the variable.