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 TypeClassDescriptionclassClass for the dummy top-level function of a module.Methods in gnu.expr with parameters of type RunnableModuleModifier and TypeMethodDescriptionstatic 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)