$search
#include <compiler.h>
Public Member Functions | |
| BytecodeElement (unsigned short bytecode, unsigned short line) | |
| BytecodeElement (unsigned short bytecode) | |
| BytecodeElement () | |
| unsigned | getWordSize () const |
| Return the number of words this element takes in memory. | |
| operator unsigned short () const | |
Public Attributes | |
| unsigned short | bytecode |
| unsigned short | line |
| bytecode itself | |
A bytecode element.
Definition at line 109 of file compiler.h.
| Aseba::BytecodeElement::BytecodeElement | ( | ) |
| Aseba::BytecodeElement::BytecodeElement | ( | unsigned short | bytecode | ) | [inline] |
Definition at line 112 of file compiler.h.
| Aseba::BytecodeElement::BytecodeElement | ( | unsigned short | bytecode, | |
| unsigned short | line | |||
| ) | [inline] |
Definition at line 113 of file compiler.h.
| Aseba::BytecodeElement::operator unsigned short | ( | ) | const [inline] |
Definition at line 114 of file compiler.h.
| unsigned short Aseba::BytecodeElement::bytecode |
Definition at line 117 of file compiler.h.
| unsigned short Aseba::BytecodeElement::line |