Example usage for org.eclipse.jdt.core.compiler CompilationProgress subclass-usage

List of usage examples for org.eclipse.jdt.core.compiler CompilationProgress subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.compiler CompilationProgress subclass-usage.

Usage

From source file com.google.appinventor.buildserver.util.NOPCompilationProgress.java

/**
 * NOPCompilationProgress is an implementation of JDT Core's CompilationProgress that does nothing.
 * It is passed to the BatchCompiler during the generation of R.class files from the application
 * and any AAR library dependencies.
 *
 * @author ewpatton@mit.edu

From source file org.bonitasoft.engine.business.data.generator.compiler.DummyCompilationProgress.java

/**
 * CompilationProgress which do nothing
 * Used by JdtCompiler
 * 
 * @author Colin PUY
 */

From source file org.bonitasoft.engine.compiler.DummyCompilationProgress.java

/**
 * CompilationProgress which do nothing
 * Used by JdtCompiler
 * 
 * @author Colin PUY
 */