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