Java org.eclipse.jdt.core.compiler CompilationParticipant fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.compiler CompilationParticipant fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.compiler CompilationParticipant.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.compiler.CompilationParticipant has subclasses.
Click this link to see all its subclasses.

Field

Method

intaboutToBuild(IJavaProject project)
Notifies this participant that a build is about to start and provides it the opportunity to create missing source folders for generated source files.
voidbuildFinished(IJavaProject project)
Notifies this participant that a build has finished for the project.
voidbuildStarting(BuildContext[] files, boolean isBatch)
Notifies this participant that a compile operation is about to start and provides it the opportunity to generate source files based on the source files about to be compiled.
voidcleanStarting(IJavaProject project)
Notifies this participant that a clean is about to start and provides it the opportunity to delete generated source files.
booleanisAnnotationProcessor()
Returns whether this participant is interested in Annotations.
voidprocessAnnotations(BuildContext[] files)
Notifies this participant that a compile operation has found source files using Annotations.
voidreconcile(ReconcileContext context)
Notifies this participant that a reconcile operation is happening.