Uses of Class
gnu.expr.CompiledProc
-
Packages that use CompiledProc Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages. -
-
Uses of CompiledProc in gnu.expr
Methods in gnu.expr that return CompiledProc Modifier and Type Method Description CompiledProcCompiledProc. init(boolean resultGoesToConsumer, MethodHandle applyMethod, Object name, int numArgs)static CompiledProcCompiledProc. makeResultToConsumer(Object module, MethodHandle applyMethod, Object name, int numArgs)static CompiledProcCompiledProc. makeResultToObject(Object module, MethodHandle applyMethod, Object name, int numArgs)
-