Uses of Interface
org.codehaus.commons.compiler.IExpressionEvaluator

Packages that use IExpressionEvaluator
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   
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of IExpressionEvaluator in org.codehaus.commons.compiler
 

Methods in org.codehaus.commons.compiler that return IExpressionEvaluator
 IExpressionEvaluator AbstractCompilerFactory.newExpressionEvaluator()
           
 IExpressionEvaluator ICompilerFactory.newExpressionEvaluator()
           
 

Uses of IExpressionEvaluator in org.codehaus.commons.compiler.jdk
 

Classes in org.codehaus.commons.compiler.jdk that implement IExpressionEvaluator
 class ExpressionEvaluator
          This IExpressionEvaluator is implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.
 

Methods in org.codehaus.commons.compiler.jdk that return IExpressionEvaluator
 IExpressionEvaluator CompilerFactory.newExpressionEvaluator()
           
 

Uses of IExpressionEvaluator in org.codehaus.janino
 

Methods in org.codehaus.janino that return IExpressionEvaluator
 IExpressionEvaluator CompilerFactory.newExpressionEvaluator()
           
 



Copyright © 2001-2012. All Rights Reserved.