org.norecess.citkit.tir.expressions
Interface ICallETIR

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

public interface ICallETIR
extends ExpressionTIR


Method Summary
 java.util.List<? extends ExpressionTIR> getArguments()
          Returns the arguments of the function call.
 ExpressionTIR getFunction()
          Returns the function of the function call.
 void setType(HobbesType type)
           
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getArguments

java.util.List<? extends ExpressionTIR> getArguments()
Returns the arguments of the function call.

Returns:
the arguments of the function call.

getFunction

ExpressionTIR getFunction()
Returns the function of the function call.

Returns:
the function of the function call.

setType

void setType(HobbesType type)