Uses of Interface
gnu.expr.RunnableModule
Packages that use RunnableModule
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.-
Uses of RunnableModule in gnu.expr
Classes in gnu.expr that implement RunnableModuleModifier and TypeClassDescriptionclass
Class for the dummy top-level function of a module.Methods in gnu.expr with parameters of type RunnableModuleModifier and TypeMethodDescriptionstatic 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)