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

Packages that use ISimpleCompiler
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 ISimpleCompiler in org.codehaus.commons.compiler
 

Methods in org.codehaus.commons.compiler that return ISimpleCompiler
 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
 class ClassBodyEvaluator
          To set up a ClassBodyEvaluator object, proceed as described for IClassBodyEvaluator.
 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.
 class ScriptEvaluator
          To set up a ScriptEvaluator object, proceed as described for IScriptEvaluator.
 class SimpleCompiler
           
 

Methods in org.codehaus.commons.compiler.jdk that return ISimpleCompiler
 ISimpleCompiler CompilerFactory.newSimpleCompiler()
           
 

Uses of ISimpleCompiler in org.codehaus.janino
 

Methods in org.codehaus.janino that return ISimpleCompiler
 ISimpleCompiler CompilerFactory.newSimpleCompiler()
           
 



Copyright © 2001-2012. All Rights Reserved.