Uses of Class
org.norecess.citkit.tir.expressions.FieldAssignmentTIR

Packages that use FieldAssignmentTIR
org.norecess.citkit.tir.expressions This package provides the classes for the expressions in a language. 
 

Uses of FieldAssignmentTIR in org.norecess.citkit.tir.expressions
 

Methods in org.norecess.citkit.tir.expressions that return types with arguments of type FieldAssignmentTIR
 java.util.List<FieldAssignmentTIR> RecordETIR.getFieldExpressions()
          Returns the list of field expressions.
 java.util.List<FieldAssignmentTIR> IRecordETIR.getFieldExpressions()
          Returns the list of field expressions.
 

Constructor parameters in org.norecess.citkit.tir.expressions with type arguments of type FieldAssignmentTIR
RecordETIR(IPosition position, java.lang.String type, java.util.List<FieldAssignmentTIR> fieldExps)
          Constructs a record expression.
RecordETIR(java.lang.String type, java.util.List<FieldAssignmentTIR> fieldExps)