|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| OcpReaderObserver | This interface describes an observer of an OcpReader. |
| Class Summary | |
|---|---|
| OcpReader | This reader applies an ΩCP program to an input stream. |
| OneByteInputStreamReader | Reader for single bytes. |
| TwoByteInputStreamReader | Reader for double bytes in high-endian order. |
| TwoByteLeInputStreamReader | Reader for double bytes in low-endian order. |
| Exception Summary | |
|---|---|
| CharacterOutOfRangeException | This exception signals that an attempt has been made to translate an integer into a char which does not fit. |
| IllegalOpCodeException | This exception signals that an illegal op code for an ΩCP instruction has been encountered. |
| IllegalPcException | This exception signals that an illegal program counter an ΩCP program has been encountered. |
| IllegalStateException | This exception signals that an illegal state index an ΩCP program has been encountered. |
| IllegalTableException | This exception signals that an illegal table index an ΩCP program has been encountered. |
| IllegalTableItemException | This exception signals that an illegal table item index in an ΩCP program has been encountered. |
| OcpEmptyStackException | This exception signals that an access to an empty stack in an ΩCP program has been encountered. |
| OcpLineOverflowException | This exception signals that an access to an empty stack in an ΩCP program has been encountered. |
| OcpLineUnderflowException | This exception signals that an access to an empty stack in an ΩCP program has been encountered. |
| UnsupportedOutputException | This exception signals that an illegal state index has been encountered in an ΩCP program. |
This package contains the engine for interpreting ΩCP programs.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||