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.
|
Modifier and Type | Method and Description |
---|---|
void |
ICookable.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)
By default,
CompileException s are thrown on compile errors, but an application my install its own
ErrorHandler . |
Modifier and Type | Method and Description |
---|---|
void |
SimpleCompiler.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleCompiler.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler) |
void |
JavaSourceIClassLoader.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler) |
void |
Compiler.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)
Install a custom
ErrorHandler . |
void |
JavaSourceClassLoader.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler) |
void |
UnitCompiler.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)
By default,
CompileException s are thrown on compile errors, but an application my install its own
(thread-local) ErrorHandler . |
Copyright © 2001–2016. All rights reserved.