io.sarl.lang.compiler.batch
Class EcjBatchCompiler
All Superinterfaces:
IJavaBatchCompiler
class EcjBatchCompiler
extends AbstractJavaBatchCompiler
A wrapper on top of the Eclipse Compiler for Java (ECJ), aka. JDT.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
batchcompiler
Since:
0.8
Property Summary
Modifier and type Property and description
java.lang.String name
Constructor Summary
Constructor and description
new
Action Summary
Property Details
name
val name : java.lang.String

This property is an alias for the action: getName

Constructor Details
new
new
Action Details
compile(File,Iterable<T>,Iterable<T>,Iterable<T>,JavaVersion,boolean,String,boolean,OptimizationLevel,PrintWriter,PrintWriter,Logger,IProgressMonitor)
def compile(File,Iterable<T>,Iterable<T>,Iterable<T>,JavaVersion,boolean,String,boolean,OptimizationLevel,PrintWriter,PrintWriter,Logger,IProgressMonitor) : CompilerStatus
getName
def getName : java.lang.String