Uses of Interface
org.codehaus.commons.compiler.IClassBodyEvaluator
-
Packages that use IClassBodyEvaluator Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator, anIScriptEvaluator, anIClassBodyEvaluatorand 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 IClassBodyEvaluator in org.codehaus.commons.compiler
Subinterfaces of IClassBodyEvaluator in org.codehaus.commons.compiler Modifier and Type Interface Description interfaceIExpressionEvaluatorAn engine that evaluates expressions in Java™ bytecode.interfaceIScriptEvaluatorAn engine that executes a script in Java™ bytecode.Methods in org.codehaus.commons.compiler that return IClassBodyEvaluator Modifier and Type Method Description IClassBodyEvaluatorAbstractCompilerFactory. newClassBodyEvaluator()IClassBodyEvaluatorICompilerFactory. newClassBodyEvaluator() -
Uses of IClassBodyEvaluator in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement IClassBodyEvaluator Modifier and Type Class Description classClassBodyEvaluatorTo set up aClassBodyEvaluatorobject, proceed as described forIClassBodyEvaluator.classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classScriptEvaluatorTo set up aScriptEvaluatorobject, proceed as described forIScriptEvaluator.Methods in org.codehaus.commons.compiler.jdk that return IClassBodyEvaluator Modifier and Type Method Description IClassBodyEvaluatorCompilerFactory. newClassBodyEvaluator() -
Uses of IClassBodyEvaluator in org.codehaus.janino
Classes in org.codehaus.janino that implement IClassBodyEvaluator Modifier and Type Class Description classClassBodyEvaluatorTheoptionalClassLoaderserves two purposes: It is used to look for classes referenced by the class body.classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classScriptEvaluatorA number of "convenience constructors" exist that execute the setup steps instantly.Methods in org.codehaus.janino that return IClassBodyEvaluator Modifier and Type Method Description IClassBodyEvaluatorCompilerFactory. newClassBodyEvaluator()
-