| Package | Description |
|---|---|
| org.codehaus.commons.compiler |
This package declares interfaces for the implementation of an
IExpressionEvaluator, an IScriptEvaluator, an
IClassBodyEvaluator and an ISimpleCompiler. |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorHandler |
AbstractCompiler.compileErrorHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
ICookable.setCompileErrorHandler(ErrorHandler optionalCompileErrorHandler)
By default,
CompileExceptions are thrown on compile errors, but an application my install its own
ErrorHandler. |
void |
ICompiler.setCompileErrorHandler(ErrorHandler errorHandler)
By default,
CompileExceptions are thrown on compile errors, but an application my install its own
ErrorHandler. |
void |
AbstractCompiler.setCompileErrorHandler(ErrorHandler compileErrorHandler) |
Copyright © 2019. All rights reserved.