org.norecess.citkit.tir.expressions
Interface IFieldAssignmentTIR

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

public interface IFieldAssignmentTIR
extends ExpressionTIR


Method Summary
 ExpressionTIR getInit()
          Returns the initialization expression for the field.
 java.lang.String getName()
          Returns the name of the field.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getInit

ExpressionTIR getInit()
Returns the initialization expression for the field.

Returns:
the initialization expression for the field.

getName

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

Returns:
the name of the field.