Uses of Class
org.aspectj.org.eclipse.jdt.core.compiler.CompilationProgress
Packages that use CompilationProgress
Package
Description
This package contains the batch compiler API.
-
Uses of CompilationProgress in org.aspectj.org.eclipse.jdt.core.compiler.batch
Methods in org.aspectj.org.eclipse.jdt.core.compiler.batch with parameters of type CompilationProgressModifier and TypeMethodDescriptionstatic booleanBatchCompiler.compile(String[] commandLineArguments, PrintWriter outWriter, PrintWriter errWriter, CompilationProgress progress) Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers to print messages, and reporting progress to the given compilation progress.static booleanBatchCompiler.compile(String commandLine, PrintWriter outWriter, PrintWriter errWriter, CompilationProgress progress) Invokes the Eclipse Compiler for Java with the given command line arguments, using the given writers to print messages, and reporting progress to the given compilation progress. -
Uses of CompilationProgress in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as CompilationProgressMethods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CompilationProgressModifier and TypeMethodDescriptionDefaultCompilerFactory.newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) ICompilerFactory.newCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerConfiguration compilerConfig, ICompilerRequestor requestor, IProblemFactory problemFactory, CompilationProgress compilationProgress) Create a new compiler using the given name environment and compiler options.Constructors in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CompilationProgressModifierConstructorDescriptionCompiler(INameEnvironment environment, IErrorHandlingPolicy policy, CompilerOptions options, ICompilerRequestor requestor, IProblemFactory problemFactory, PrintWriter out, CompilationProgress progress) -
Uses of CompilationProgress in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch that return CompilationProgressModifier and TypeMethodDescriptionBaseAnnotationProcessorManager.getCompilationProgress()IProcessorProvider.getCompilationProgress() -
Uses of CompilationProgress in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.batch declared as CompilationProgressMethods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type CompilationProgressModifier and TypeMethodDescriptionstatic booleanMain.compile(String[] commandLineArguments, PrintWriter outWriter, PrintWriter errWriter, CompilationProgress progress) protected voidMain.initialize(PrintWriter outWriter, PrintWriter errWriter, boolean systemExit, Map<String, String> customDefaultOptions, CompilationProgress compilationProgress) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type CompilationProgressModifierConstructorDescriptionMain(PrintWriter outWriter, PrintWriter errWriter, boolean systemExitWhenFinished, Map<String, String> customDefaultOptions, CompilationProgress compilationProgress) -
Uses of CompilationProgress in org.aspectj.org.eclipse.jdt.internal.compiler.tool
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.tool with parameters of type CompilationProgressModifier and TypeMethodDescriptionprotected voidEclipseCompilerImpl.initialize(PrintWriter outWriter, PrintWriter errWriter, boolean systemExit, Map<String, String> customDefaultOptions, CompilationProgress compilationProgress)