| 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 |
|---|---|
static Location |
Location.NOWHERE
Representation of an unspecified location.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
LocatedException.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandler.handleError(String message,
Location optionalLocation)
May or may not choose to throw a
CompileException. |
void |
WarningHandler.handleWarning(String handle,
String message,
Location optionalLocation)
May or may not choose to throw a
CompileException. |
| Constructor and Description |
|---|
CompileException(String message,
Location optionalLocation) |
CompileException(String message,
Location optionalLocation,
Throwable cause) |
LocatedException(String message,
Location optionalLocation) |
LocatedException(String message,
Location optionalLocation,
Throwable optionalCause) |
Copyright © 2019. All rights reserved.