Example usage for org.eclipse.jdt.internal.compiler Compiler subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler Compiler subclass-usage

Introduction

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

Usage

From source file net.sf.j2s.core.compiler.Java2ScriptImageCompiler.java

/**
 * @author zhou renjian
 *
 * 2006-6-14
 */
public class Java2ScriptImageCompiler extends Compiler {

From source file org.eclipse.jdt.core.dom.CompilationUnitResolver.java

public
//GROOVY
class CompilationUnitResolver extends Compiler {
    public static final int RESOLVE_BINDING = 0x1;
    public static final int PARTIAL = 0x2;
    public static final int STATEMENT_RECOVERY = 0x4;

From source file org.eclipse.jdt.internal.core.CompilationUnitProblemFinder.java

/**
 * Responsible for resolving types inside a compilation unit being reconciled,
 * reporting the discovered problems to a given IProblemRequestor.
 */
public class CompilationUnitProblemFinder extends Compiler {

From source file org.eclipse.objectteams.otdt.tests.compiler.CustomizedCompiler.java

/**
 * @author ike
 *
 */
public class CustomizedCompiler extends Compiler {
    private Vector<ICallbackClient> _callBacks;