Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult.ProblemsForRemovalFilter
Packages that use CompilationResult.ProblemsForRemovalFilter
-
Uses of CompilationResult.ProblemsForRemovalFilter in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CompilationResult.ProblemsForRemovalFilterModifier and TypeMethodDescriptionintCompilationResult.removeProblems(CompilationResult.ProblemsForRemovalFilter pf) Can be used to tidy up the problems set, if a problem is accepted by the filter, it will be removed.