Package | Description |
---|---|
org.codehaus.commons.compiler |
This package declares interfaces for the implementation of an
IExpressionEvaluator , an IScriptEvaluator , an
IClassBodyEvaluator and an ISimpleCompiler . |
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCompilerFactory |
Base class for a simple
ICompilerFactory . |
Modifier and Type | Method | Description |
---|---|---|
static ICompilerFactory[] |
CompilerFactoryFactory.getAllCompilerFactories() |
Finds all implementation of
org.codehaus.commons.compiler on the class path, then loads and
instantiates their ICompilerFactory s. |
static ICompilerFactory |
CompilerFactoryFactory.getCompilerFactory(String compilerFactoryClassName) |
Loads an
ICompilerFactory by class name. |
static ICompilerFactory |
CompilerFactoryFactory.getDefaultCompilerFactory() |
Finds the first implementation of
org.codehaus.commons.compiler on the class path, then loads and
instantiates its ICompilerFactory . |
Modifier and Type | Class | Description |
---|---|---|
class |
CompilerFactory |
The
CompilerFactory implementation for org.codehaus.commons.compiler.jdk . |
Modifier and Type | Class | Description |
---|---|---|
class |
CompilerFactory |
The JANINO implementation of
ICompilerFactory . |
Copyright © 2001–2019. All rights reserved.