Uses of Class
de.grogra.xl.compiler.scope.CompilationUnitScope
-
Uses of CompilationUnitScope in de.grogra.rgg.model
ModifierConstructorDescriptionShellFilter
(Registry reg, ClassPath path, String command, CompilationUnitScope last) -
Uses of CompilationUnitScope in de.grogra.xl.compiler
Modifier and TypeFieldDescriptionCompilerBase.currentCompilationUnitScope
Stores the current CompilationUnitScope, if one was set.Modifier 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
.Modifier 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