Uses of Package
org.codehaus.commons.compiler

Packages that use org.codehaus.commons.compiler
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. 
org.codehaus.janino.samples Sample applications for the Janino JavaTM compiler. 
org.codehaus.janino.tools Auxiliary command line tools related to JANINO. 
 

Classes in org.codehaus.commons.compiler used by org.codehaus.commons.compiler
AbstractJavaSourceClassLoader
          A ClassLoader that, unlike usual ClassLoaders, does not load byte code, but reads Java™ source code and then scans, parses, compiles and loads it into the virtual machine.
AbstractJavaSourceClassLoader.ProtectionDomainFactory
           
CausedException
          For compatibility with pre-1.4 JDKs, this class mimics
CompileException
          An exception that reflects an error during compilation.
IClassBodyEvaluator
          Parses a class body and returns it as a Class object ready for use with java.lang.reflect.
ICompilerFactory
           
ICookable
          "Cooking" means scanning a sequence of characters and turning them into some JVM-executable artifact.
IExpressionEvaluator
          An engine that evaluates expressions in Java™ bytecode.
IScriptEvaluator
          An engine that executes a script in Java™ bytecode.
ISimpleCompiler
          A simplified Java™ compiler that can compile only a single compilation unit.
LocatedException
          An Exception that is associated with an optional Location in a source file.
Location
          Represents the location of a character in a document, as defined by an optional file name, a line number and a column number.
 

Classes in org.codehaus.commons.compiler used by org.codehaus.commons.compiler.jdk
AbstractCompilerFactory
           
AbstractJavaSourceClassLoader
          A ClassLoader that, unlike usual ClassLoaders, does not load byte code, but reads Java™ source code and then scans, parses, compiles and loads it into the virtual machine.
CompileException
          An exception that reflects an error during compilation.
Cookable
           
IClassBodyEvaluator
          Parses a class body and returns it as a Class object ready for use with java.lang.reflect.
ICompilerFactory
           
ICookable
          "Cooking" means scanning a sequence of characters and turning them into some JVM-executable artifact.
IExpressionEvaluator
          An engine that evaluates expressions in Java™ bytecode.
IScriptEvaluator
          An engine that executes a script in Java™ bytecode.
ISimpleCompiler
          A simplified Java™ compiler that can compile only a single compilation unit.
 

Classes in org.codehaus.commons.compiler used by org.codehaus.janino
AbstractJavaSourceClassLoader
          A ClassLoader that, unlike usual ClassLoaders, does not load byte code, but reads Java™ source code and then scans, parses, compiles and loads it into the virtual machine.
CompileException
          An exception that reflects an error during compilation.
Location
          Represents the location of a character in a document, as defined by an optional file name, a line number and a column number.
 

Classes in org.codehaus.commons.compiler used by org.codehaus.janino.samples
CompileException
          An exception that reflects an error during compilation.
 

Classes in org.codehaus.commons.compiler used by org.codehaus.janino.tools
CompileException
          An exception that reflects an error during compilation.
 



Copyright © 2001-2011. All Rights Reserved.