Uses of Class
io.github.mkoncek.classpathless.api.CompilationError
-
Packages that use CompilationError Package Description io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl io.github.mkoncek.classpathless.impl.postprocessors -
-
Uses of CompilationError in io.github.mkoncek.classpathless.api
Method parameters in io.github.mkoncek.classpathless.api with type arguments of type CompilationError Modifier and Type Method Description SourcePostprocessor.Result
SourcePostprocessor.Null. postprocess(IdentifiedSource source, Collection<CompilationError> compilationErrors)
SourcePostprocessor.Result
SourcePostprocessor. postprocess(IdentifiedSource source, Collection<CompilationError> compilationErrors)
-
Uses of CompilationError in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl that return types with arguments of type CompilationError Modifier and Type Method Description static Collection<CompilationError>
SourcePostprocessorImpl. sortBackwards(Collection<CompilationError> compilationErrors)
Sort the errors backwards so that the source code fixes can be applied on the same file if possible.Method parameters in io.github.mkoncek.classpathless.impl with type arguments of type CompilationError Modifier and Type Method Description static Collection<CompilationError>
SourcePostprocessorImpl. sortBackwards(Collection<CompilationError> compilationErrors)
Sort the errors backwards so that the source code fixes can be applied on the same file if possible. -
Uses of CompilationError in io.github.mkoncek.classpathless.impl.postprocessors
Method parameters in io.github.mkoncek.classpathless.impl.postprocessors with type arguments of type CompilationError Modifier and Type Method Description SourcePostprocessor.Result
AddAbstract. postprocess(IdentifiedSource source, Collection<CompilationError> compilationErrors)
-