Uses of Class
gnu.expr.ModuleExp
-
Packages that use ModuleExp Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.lispexpr gnu.kawa.xslt gnu.xquery.lang kawa.lang -
-
Uses of ModuleExp in gnu.expr
Fields in gnu.expr declared as ModuleExp Modifier and Type Field Description ModuleExpCompilation. mainLambdaMethods in gnu.expr that return ModuleExp Modifier and Type Method Description ModuleExpCompilation. currentModule()The same as getModule, until we allow nested modules.ModuleExpScopeExp. currentModule()ModuleExpCompilation. getModule()ModuleExpModuleInfo. getModuleExp()ModuleExpModuleInfo. getModuleExpRaw()ModuleExpCompilation. pushNewModule(Lexer lexer)ModuleExpModuleInfo. setupModuleExp()If module has LAZY_DECLARATIONS, fix that.static ModuleExpModuleExp. valueOf(ClassType type)Methods in gnu.expr with parameters of type ModuleExp Modifier and Type Method Description voidCompilation. addMainClass(ModuleExp module)voidCompilation. compileToArchive(ModuleExp mexp, String fname)DeclarationLanguage. declFromField(ModuleExp mod, Object fvalue, Field fld)static voidModuleExp. evalModule2(Environment env, CallContext ctx, Language language, ModuleExp mexp, Object inst)voidResolveNames. resolveModule(ModuleExp exp)voidCompilation. setModule(ModuleExp mexp)protected ExpressionANormalize. visitModuleExp(ModuleExp exp, gnu.expr.ANormalize.Context context)protected RExpVisitor. visitModuleExp(ModuleExp exp, D d)protected ExpressionFindCapturedVars. visitModuleExp(ModuleExp exp, Void ignored)protected ExpressionFindTailCalls. visitModuleExp(ModuleExp exp, Expression returnContinuation)protected ExpressionInlineCalls. visitModuleExp(ModuleExp exp, Type required)Constructors in gnu.expr with parameters of type ModuleExp Constructor Description CompiledModule(ModuleExp mexp, Object cookie, Language language) -
Uses of ModuleExp in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr with parameters of type ModuleExp Modifier and Type Method Description DeclarationLispLanguage. declFromField(ModuleExp mod, Object fvalue, Field fld) -
Uses of ModuleExp in gnu.kawa.xslt
Methods in gnu.kawa.xslt with parameters of type ModuleExp Modifier and Type Method Description voidXslTranslator. startDocument(ModuleExp mexp) -
Uses of ModuleExp in gnu.xquery.lang
Methods in gnu.xquery.lang with parameters of type ModuleExp Modifier and Type Method Description voidXQResolveNames. resolveModule(ModuleExp exp) -
Uses of ModuleExp in kawa.lang
Methods in kawa.lang with parameters of type ModuleExp Modifier and Type Method Description voidTranslator. finishModule(ModuleExp mexp)static TemplateScopeTemplateScope. make(ModuleExp module, String mname)voidTranslator. resolveModule(ModuleExp mexp)
-