Package com.tonic.analysis.execution.result
The result an interpreter run reports.
-
Class Summary Class Description BytecodeResult Outcome of a bytecode execution: a return value on success, a thrown exception on failure, or an incomplete run.
| Class | Description |
|---|---|
| BytecodeResult |
Outcome of a bytecode execution: a return value on success, a thrown exception on failure, or an incomplete run.
|