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 class
ModuleBody
Class for the dummy top-level function of a module.Methods in gnu.expr with parameters of type RunnableModule Modifier and Type Method Description static void
ModuleBody. run(RunnableModule mod, Consumer out)
static void
ModuleBody. runAsMain(RunnableModule module)
This is invoked by main when ModuleBody is compiled with --main.static void
ModuleBody. runToVoid(RunnableModule mod)
-