Package gnu.kawa.functions
Class CompileProcess
- java.lang.Object
-
- gnu.kawa.functions.CompileProcess
-
public class CompileProcess extends Object
-
-
Constructor Summary
Constructors Constructor Description CompileProcess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Expression
validateApplyRunProcess(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
Type-check and optimize RunProcess (i.e.
-
-
-
Method Detail
-
validateApplyRunProcess
public static Expression validateApplyRunProcess(ApplyExp exp, InlineCalls visitor, Type required, Procedure proc)
Type-check and optimize RunProcess (i.e. 'run-process').
-
-