| 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
Stores the value configured with
AbstractCompiler.setCompileErrorHandler(ErrorHandler). |
| Modifier and Type | Method and Description |
|---|---|
void |
ISimpleCompiler.setCompileErrorHandler(ErrorHandler compileErrorHandler)
Installs an
ErrorHandler which is invoked during compilation on each error. |
void |
IScriptEvaluator.setCompileErrorHandler(ErrorHandler compileErrorHandler)
Installs an
ErrorHandler which is invoked during compilation on each error. |
void |
IExpressionEvaluator.setCompileErrorHandler(ErrorHandler compileErrorHandler)
Installs an
ErrorHandler which is invoked during compilation on each error. |
void |
ICompiler.setCompileErrorHandler(ErrorHandler errorHandler)
Installs an
ErrorHandler which is invoked during compilation on each error. |
void |
IClassBodyEvaluator.setCompileErrorHandler(ErrorHandler compileErrorHandler)
Installs an
ErrorHandler which is invoked during compilation on each error. |
void |
AbstractCompiler.setCompileErrorHandler(ErrorHandler compileErrorHandler) |
Copyright © 2022. All rights reserved.