Uses of Interface
org.codehaus.commons.compiler.ISimpleCompiler
Packages that use ISimpleCompiler
Package
Description
This package declares interfaces for the implementation of an
IExpressionEvaluator
, an IScriptEvaluator
, an
IClassBodyEvaluator
and an ISimpleCompiler
.An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).The core of the Janino Java compiler.
-
Uses of ISimpleCompiler in org.codehaus.commons.compiler
Methods in org.codehaus.commons.compiler that return ISimpleCompilerModifier and TypeMethodDescriptionAbstractCompilerFactory.newSimpleCompiler()
ICompilerFactory.newSimpleCompiler()
-
Uses of ISimpleCompiler in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement ISimpleCompilerMethods in org.codehaus.commons.compiler.jdk that return ISimpleCompiler -
Uses of ISimpleCompiler in org.codehaus.janino
Classes in org.codehaus.janino that implement ISimpleCompilerModifier and TypeClassDescriptionclass
To set up aSimpleCompiler
object, proceed as described forISimpleCompiler
.Methods in org.codehaus.janino that return ISimpleCompiler