Uses of Interface
gnu.expr.RunnableModule
-
Packages that use RunnableModule Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages. -
-
Uses of RunnableModule in gnu.expr
Classes in gnu.expr that implement RunnableModule Modifier and Type Class Description classModuleBodyClass for the dummy top-level function of a module.Methods in gnu.expr with parameters of type RunnableModule Modifier and Type Method Description static voidModuleBody. run(RunnableModule mod, Consumer out)static voidModuleBody. runAsMain(RunnableModule module)This is invoked by main when ModuleBody is compiled with --main.static voidModuleBody. runToVoid(RunnableModule mod)
-