Package gnu.kawa.functions
Class CompileValues
- java.lang.Object
-
- gnu.kawa.functions.CompileValues
-
public class CompileValues extends Object
Compile-time support for call-with-values and related code.
-
-
Constructor Summary
Constructors Constructor Description CompileValues()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Expression
validateApplyWithValues(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
static Expression
validateCallWithValues(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
-
-
-
Method Detail
-
validateCallWithValues
public static Expression validateCallWithValues(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
-
validateApplyWithValues
public static Expression validateApplyWithValues(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
-
-