org.norecess.citkit.tir.expressions
Interface ILambdaETIR

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

public interface ILambdaETIR
extends ExpressionTIR


Method Summary
 ExpressionTIR getBody()
          Returns the body of the lambda.
 java.lang.String getParameter()
          Returns the single parameter of the lambda.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getParameter

java.lang.String getParameter()
Returns the single parameter of the lambda.

Returns:
the parameter.

getBody

ExpressionTIR getBody()
Returns the body of the lambda.

Returns:
the body.