Uses of Class
org.eclipse.wst.jsdt.core.compiler.BuildContext

Packages that use BuildContext
org.eclipse.wst.jsdt.core.compiler   
 

Uses of BuildContext in org.eclipse.wst.jsdt.core.compiler
 

Methods in org.eclipse.wst.jsdt.core.compiler with parameters of type BuildContext
 void ValidationParticipant.buildStarting(BuildContext[] files, boolean isBatch)
          Notifies this participant that a validation operation is about to start and provides it the opportunity to generate source files based on the source files about to be validated.
 void ValidationParticipant.processAnnotations(BuildContext[] files)