Uses of Class
org.aspectj.org.eclipse.jdt.core.compiler.BuildContext
Packages that use BuildContext
Package
Description
This package contains compiler associated infrastructure APIs.
-
Uses of BuildContext in org.aspectj.org.eclipse.jdt.core.compiler
Methods in org.aspectj.org.eclipse.jdt.core.compiler with parameters of type BuildContextModifier and TypeMethodDescriptionvoidCompilationParticipant.buildStarting(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.voidCompilationParticipant.processAnnotations(BuildContext[] files)Notifies this participant that a compile operation has found source files using Annotations. -
Uses of BuildContext in org.aspectj.org.eclipse.jdt.internal.core.builder
Subclasses of BuildContext in org.aspectj.org.eclipse.jdt.internal.core.builder