Uses of Class
de.grogra.xl.compiler.scope.CompilationUnitScope
Packages that use CompilationUnitScope
-
Uses of CompilationUnitScope in de.grogra.rgg.model
Fields in de.grogra.rgg.model declared as CompilationUnitScopeModifier and TypeFieldDescriptionprotected CompilationUnitScopeCompilationFilter.compilationUnitprotected CompilationUnitScopeCreateModuleLibrary.compilationUnitMethods in de.grogra.rgg.model that return CompilationUnitScopeMethods in de.grogra.rgg.model with parameters of type CompilationUnitScopeModifier and TypeMethodDescriptionprotected voidCreateModuleLibrary.addImportsToList(CompilationUnitScope[] cus) Constructors in de.grogra.rgg.model with parameters of type CompilationUnitScopeModifierConstructorDescriptionShellFilter(Registry reg, ClassPath path, String command, CompilationUnitScope last) -
Uses of CompilationUnitScope in de.grogra.xl.compiler
Fields in de.grogra.xl.compiler declared as CompilationUnitScopeModifier and TypeFieldDescriptionCompilerBase.currentCompilationUnitScopeStores the current CompilationUnitScope, if one was set.Methods in de.grogra.xl.compiler that return CompilationUnitScopeModifier and TypeMethodDescriptionfinal CompilationUnitScopeCompiler.compilationUnit(antlr.collections.AST _t, ClassPath cpath, Scope imports, Annotation[] annotations, String source, CClass shell) protected CompilationUnitScopeCompiler.compile(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) CompilerBase.compile(CompilationUnit[] units, CClass shell, BytecodeWriter writer, FileSystem fs, Object dir, boolean keepExpressions) protected abstract CompilationUnitScopeCompilerBase.compile(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) CompilerBase.getCompilationUnitScope()Return the current value of theCompilationUnitScope.Methods in de.grogra.xl.compiler with parameters of type CompilationUnitScopeModifier and TypeMethodDescriptionfinal voidCompiler.importDecl(antlr.collections.AST _t, CompilationUnitScope scope) voidBytecodeWriter.write(CompilationUnitScope cs, FileSystem fs, Object root) -
Uses of CompilationUnitScope in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return CompilationUnitScope