A bytecode element. More...
#include <compiler.h>
Public Member Functions | |
| BytecodeElement (unsigned short bytecode, unsigned short line) | |
| BytecodeElement (unsigned short bytecode) | |
| BytecodeElement () | |
| BytecodeElement (unsigned short bytecode, unsigned short line) | |
| BytecodeElement (unsigned short bytecode) | |
| BytecodeElement () | |
| operator unsigned short () const | |
| operator unsigned short () const | |
Public Attributes | |
| unsigned short | bytecode |
| unsigned short | line |
| bytecode itself | |
A bytecode element.
Definition at line 98 of file compiler.h.
| Aseba::BytecodeElement::BytecodeElement | ( | ) |
| Aseba::BytecodeElement::BytecodeElement | ( | unsigned short | bytecode | ) | [inline] |
Definition at line 101 of file compiler.h.
| Aseba::BytecodeElement::BytecodeElement | ( | unsigned short | bytecode, | |
| unsigned short | line | |||
| ) | [inline] |
Definition at line 102 of file compiler.h.
| Aseba::BytecodeElement::BytecodeElement | ( | ) |
| Aseba::BytecodeElement::BytecodeElement | ( | unsigned short | bytecode | ) | [inline] |
Definition at line 101 of file compiler.h.
| Aseba::BytecodeElement::BytecodeElement | ( | unsigned short | bytecode, | |
| unsigned short | line | |||
| ) | [inline] |
Definition at line 102 of file compiler.h.
| Aseba::BytecodeElement::operator unsigned short | ( | ) | const [inline] |
Definition at line 103 of file compiler.h.
| Aseba::BytecodeElement::operator unsigned short | ( | ) | const [inline] |
Definition at line 103 of file compiler.h.
| unsigned short Aseba::BytecodeElement::bytecode |
Definition at line 105 of file compiler.h.
| unsigned short Aseba::BytecodeElement::line |