Uses of Interface
org.codehaus.commons.compiler.ISimpleCompiler
-
Packages that use ISimpleCompiler Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator
, anIScriptEvaluator
, anIClassBodyEvaluator
and anISimpleCompiler
.org.codehaus.commons.compiler.jdk Main package of the plugin.org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of ISimpleCompiler in org.codehaus.commons.compiler
Methods in org.codehaus.commons.compiler that return ISimpleCompiler Modifier and Type Method Description ISimpleCompiler
AbstractCompilerFactory. newSimpleCompiler()
ISimpleCompiler
ICompilerFactory. newSimpleCompiler()
-
Uses of ISimpleCompiler in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement ISimpleCompiler Modifier and Type Class Description class
ClassBodyEvaluator
To set up aClassBodyEvaluator
object, proceed as described forIClassBodyEvaluator
.class
ExpressionEvaluator
ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.class
ScriptEvaluator
To set up aScriptEvaluator
object, proceed as described forIScriptEvaluator
.class
SimpleCompiler
The JDK-based implementation ofISimpleCompiler
.Methods in org.codehaus.commons.compiler.jdk that return ISimpleCompiler Modifier and Type Method Description ISimpleCompiler
CompilerFactory. newSimpleCompiler()
-
Uses of ISimpleCompiler in org.codehaus.janino
Classes in org.codehaus.janino that implement ISimpleCompiler Modifier and Type Class Description class
ClassBodyEvaluator
TheoptionalClassLoader
serves two purposes: It is used to look for classes referenced by the class body.class
ExpressionEvaluator
ThisIExpressionEvaluator
is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.class
ScriptEvaluator
A number of "convenience constructors" exist that execute the setup steps instantly.class
SimpleCompiler
To set up aSimpleCompiler
object, proceed as described forISimpleCompiler
.Methods in org.codehaus.janino that return ISimpleCompiler Modifier and Type Method Description ISimpleCompiler
CompilerFactory. newSimpleCompiler()
-