Uses of Class
de.grogra.xl.compiler.scope.ClassPath
Packages that use ClassPath
-
Uses of ClassPath in de.grogra.rgg.model
Methods in de.grogra.rgg.model with parameters of type ClassPathModifier and TypeMethodDescriptionprotected Scope
ShellFilter.getImports
(ClassPath path) protected Scope
XLFilter.getImports
(ClassPath path) Constructs the scope which includes all automatic imports.Constructors in de.grogra.rgg.model with parameters of type ClassPathModifierConstructorDescriptionShellFilter
(Registry reg, ClassPath path, String command, CompilationUnitScope last) -
Uses of ClassPath in de.grogra.xl.compiler
Fields in de.grogra.xl.compiler declared as ClassPathModifier and TypeFieldDescriptionfinal ClassPath
CompilationUnit.classPath
The class path for existing class files.Methods in de.grogra.xl.compiler with parameters of type ClassPathModifier 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) Constructors in de.grogra.xl.compiler with parameters of type ClassPathModifierConstructorDescriptionCompilationUnit
(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
Methods in de.grogra.xl.compiler.scope that return ClassPathConstructors in de.grogra.xl.compiler.scope with parameters of type ClassPath