Package gnu.kawa.functions
Class CompileValues
java.lang.Object
gnu.kawa.functions.CompileValues
Compile-time support for call-with-values and related code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Expression
validateApplyWithValues
(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc) static Expression
validateCallWithValues
(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
-
Constructor Details
-
CompileValues
public CompileValues()
-
-
Method Details
-
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)
-