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.
|
org.codehaus.janino.samples |
Sample applications for the Janino JavaTM compiler.
|
Class and Description |
---|
AbstractJavaSourceClassLoader
A
ClassLoader that, unlike usual ClassLoader s, does not load byte code, but reads Java™ source
code and then scans, parses, compiles and loads it into the virtual machine. |
AbstractJavaSourceClassLoader.ProtectionDomainFactory |
CompileException
An exception that reflects an error during compilation.
|
ErrorHandler
Processes an error issued by the compiler.
|
IClassBodyEvaluator
Parses a class body and returns it as a
Class object ready for use with
java.lang.reflect. |
ICompilerFactory
An entity that produces implementations of
IExpressionEvaluator , IScriptEvaluator , IClassBodyEvaluator , ISimpleCompiler or AbstractJavaSourceClassLoader . |
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 |
Location
Represents the location of a character in a document, as defined by an optional file name, a
line number and a column number.
|
WarningHandler
Processes a warning issued by the compiler.
|
Class and Description |
---|
AbstractCompilerFactory
Base class for a simple
ICompilerFactory . |
AbstractJavaSourceClassLoader
A
ClassLoader that, unlike usual ClassLoader s, 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
Base class for a simple
ICookable . |
ErrorHandler
Processes an error issued by the compiler.
|
IClassBodyEvaluator
Parses a class body and returns it as a
Class object ready for use with
java.lang.reflect. |
ICompilerFactory
An entity that produces implementations of
IExpressionEvaluator , IScriptEvaluator , IClassBodyEvaluator , ISimpleCompiler or AbstractJavaSourceClassLoader . |
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.
|
WarningHandler
Processes a warning issued by the compiler.
|
Class and Description |
---|
AbstractJavaSourceClassLoader
A
ClassLoader that, unlike usual ClassLoader s, 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.
|
ErrorHandler
Processes an error issued by the compiler.
|
Location
Represents the location of a character in a document, as defined by an optional file name, a
line number and a column number.
|
WarningHandler
Processes a warning issued by the compiler.
|
Class and Description |
---|
CompileException
An exception that reflects an error during compilation.
|
Copyright © 2001–2016. All rights reserved.