|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionError | |
|---|---|
| edu.rice.cs.dynamicjava.interpreter | |
| koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
| koala.dynamicjava.interpreter.error | Contains the runtime errors classes. |
| Uses of ExecutionError in edu.rice.cs.dynamicjava.interpreter |
|---|
| Fields in edu.rice.cs.dynamicjava.interpreter with type parameters of type ExecutionError | |
|---|---|
static Lambda<ExecutionError,CheckerException> |
CheckerException.FACTORY
|
| Constructors in edu.rice.cs.dynamicjava.interpreter with parameters of type ExecutionError | |
|---|---|
CheckerException(ExecutionError cause)
|
|
| Uses of ExecutionError in koala.dynamicjava.interpreter |
|---|
| Methods in koala.dynamicjava.interpreter that return ExecutionError | |
|---|---|
static ExecutionError |
NodeProperties.getError(Node n)
|
static ExecutionError |
NodeProperties.setError(Node n,
ExecutionError e)
|
| Methods in koala.dynamicjava.interpreter with parameters of type ExecutionError | |
|---|---|
static ExecutionError |
NodeProperties.setError(Node n,
ExecutionError e)
|
| Uses of ExecutionError in koala.dynamicjava.interpreter.error |
|---|
| Subclasses of ExecutionError in koala.dynamicjava.interpreter.error | |
|---|---|
class |
PossibleExecutionError
This error is thrown when an NameVisitor encounters AmbiguousName that denotes ReferenceTypeName. |
class |
ReturnException
This error is thrown by an interpreted throw statement |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||