Uses of Class
de.grogra.xl.compiler.scope.ClassPath
-
Uses of ClassPath in de.grogra.rgg.model
Modifier and TypeMethodDescriptionprotected Scope
ShellFilter.getImports
(ClassPath path) protected Scope
XLFilter.getImports
(ClassPath path) Constructs the scope which includes all automatic imports.ModifierConstructorDescriptionShellFilter
(Registry reg, ClassPath path, String command, CompilationUnitScope last) -
Uses of ClassPath in de.grogra.xl.compiler
Modifier and TypeFieldDescriptionfinal ClassPath
CompilationUnit.classPath
The class path for existing class files.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) protected abstract CompilationUnitScope
CompilerBase.compile
(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) ModifierConstructorDescriptionCompilationUnit
(ClassPath classPath, antlr.collections.AST tree, String source, RecognitionExceptionList problems, Scope defaultImports, CompilerOptions options, Collection<Annotation> annotations) -
Uses of ClassPath in de.grogra.xl.compiler.scope