|
Aseba
1.5.5
|
A bytecode element. More...
#include <compiler.h>
Public Member Functions | |
| BytecodeElement (unsigned short bytecode) | |
| BytecodeElement (unsigned short bytecode, unsigned short line) | |
| operator unsigned short () const | |
| unsigned | getWordSize () const |
| Return the number of words this element takes in memory. | |
Public Attributes | |
| unsigned short | bytecode |
| unsigned short | line |
| bytecode itself More... | |
A bytecode element.
| unsigned short Aseba::BytecodeElement::line |
bytecode itself
line in source code
1.8.11