Uses of Interface
spoon.support.compiler.jdt.CompilationUnitFilter
Packages that use CompilationUnitFilter
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of CompilationUnitFilter in spoon
Methods in spoon that return types with arguments of type CompilationUnitFilterModifier and TypeMethodDescriptionSpoonModelBuilder.getCompilationUnitFilter()
Returns a copy of the internal list ofCompilationUnitFilter
s.Methods in spoon with parameters of type CompilationUnitFilterModifier and TypeMethodDescriptionvoid
SpoonModelBuilder.addCompilationUnitFilter(CompilationUnitFilter filter)
Addsfilter
.void
SpoonModelBuilder.removeCompilationUnitFilter(CompilationUnitFilter filter)
Removesfilter
. -
Uses of CompilationUnitFilter in spoon.support.compiler.jdt
Fields in spoon.support.compiler.jdt with type parameters of type CompilationUnitFilterModifier and TypeFieldDescriptionprotected List<CompilationUnitFilter>
JDTBasedSpoonCompiler.compilationUnitFilters
Methods in spoon.support.compiler.jdt that return types with arguments of type CompilationUnitFilterMethods in spoon.support.compiler.jdt with parameters of type CompilationUnitFilterModifier and TypeMethodDescriptionvoid
JDTBasedSpoonCompiler.addCompilationUnitFilter(CompilationUnitFilter filter)
void
JDTBasedSpoonCompiler.removeCompilationUnitFilter(CompilationUnitFilter filter)