Eclipse JDT
Release 3.1

Uses of Interface
org.eclipse.jdt.core.compiler.ICompilationParticipantResult

Packages that use ICompilationParticipantResult
org.eclipse.jdt.core.compiler This package contains compiler associated infrastructure APIs.  
 

Uses of ICompilationParticipantResult in org.eclipse.jdt.core.compiler
 

Methods in org.eclipse.jdt.core.compiler with parameters of type ICompilationParticipantResult
 void CompilationParticipant.buildStarting(ICompilationParticipantResult[] 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.
 void CompilationParticipant.processAnnotations(ICompilationParticipantResult[] files)
          Notifies this participant that a compile operation has found source files using Annotations.
 


Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.