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 CompilationUnitScope
CompilationFilter.compilationUnit
protected CompilationUnitScope
CreateModuleLibrary.compilationUnit
Methods in de.grogra.rgg.model that return CompilationUnitScopeMethods in de.grogra.rgg.model with parameters of type CompilationUnitScopeModifier and TypeMethodDescriptionprotected void
CreateModuleLibrary.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.currentCompilationUnitScope
Stores the current CompilationUnitScope, if one was set.Methods in de.grogra.xl.compiler that return CompilationUnitScopeModifier and TypeMethodDescriptionfinal CompilationUnitScope
Compiler.compilationUnit
(antlr.collections.AST _t, ClassPath cpath, Scope imports, Annotation[] annotations, String source, CClass shell) protected CompilationUnitScope
Compiler.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 CompilationUnitScope
CompilerBase.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 void
Compiler.importDecl
(antlr.collections.AST _t, CompilationUnitScope scope) void
BytecodeWriter.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