org.norecess.citkit.tir.lvalues
Interface IFieldValueTIR

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

public interface IFieldValueTIR
extends LValueTIR


Method Summary
 java.lang.String getField()
          Returns the name of the field.
 LValueTIR getVariable()
          Returns the variable being dereferenced.
 
Methods inherited from interface org.norecess.citkit.tir.LValueTIR
accept, getPosition, getType, setType
 

Method Detail

getField

java.lang.String getField()
Returns the name of the field.

Returns:
the name of the field.

getVariable

LValueTIR getVariable()
Returns the variable being dereferenced.

Returns:
the variable being dereferenced.