| 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 location)
May or may not choose to throw a
CompileException. |
void |
WarningHandler.handleWarning(String handle,
String message,
Location location)
May or may not choose to throw a
CompileException. |
| Constructor and Description |
|---|
CompileException(String message,
Location location)
An infix
"NYI" in the message string indicates that the compiler has a known limitation here. |
CompileException(String message,
Location location,
Throwable cause)
An infix
"NYI" in the message string indicates that the compiler has a known limitation here. |
InternalCompilerException(Location location,
String message) |
InternalCompilerException(Location location,
String message,
Throwable t) |
LocatedException(String message,
Location location) |
LocatedException(String message,
Location location,
Throwable cause) |
Copyright © 2024. All rights reserved.