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 ScopeShellFilter.getImports(ClassPath path) protected ScopeXLFilter.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 ClassPathCompilationUnit.classPathThe class path for existing class files.Methods in de.grogra.xl.compiler with parameters of type ClassPathModifier 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) protected abstract CompilationUnitScopeCompilerBase.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