org.norecess.citkit.tir.expressions
Interface IRecordETIR

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

public interface IRecordETIR
extends ExpressionTIR


Method Summary
 java.util.List<FieldAssignmentTIR> getFieldExpressions()
          Returns the list of field expressions.
 java.lang.String getTypeName()
          Returns the type of the record.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getFieldExpressions

java.util.List<FieldAssignmentTIR> getFieldExpressions()
Returns the list of field expressions.

Returns:
the list of field expressions.

getTypeName

java.lang.String getTypeName()
Returns the type of the record.

Returns:
the type of the record.