Package org.apache.tools.ant.taskdefs.compilers


package org.apache.tools.ant.taskdefs.compilers
  • Class
    Description
    The interface that all compiler adapters must adhere to.
    Extension interface for compilers that support source extensions other than .java.
    Creates the necessary compiler adapter, given basic criteria.
    This is the default implementation for the CompilerAdapter interface.
    The implementation of the gcj compiler.
    Deprecated.
    Use Javac13 instead.
    The implementation of the javac compiler for JDK 1.3 This is primarily a cut-and-paste from the original javac task before it was refactored.
    Performs a compile using javac externally.
    The implementation of the jikes compiler.
    The implementation of the jvc compiler from microsoft.
    The implementation of the Java compiler for KJC.
    The implementation of the sj compiler.