#include <DashelTarget.h>
Public Member Functions | |
Node () | |
Public Attributes | |
BytecodeVector | debugBytecode |
bytecode with debug information | |
ExecutionMode | executionMode |
last known execution mode if this node | |
unsigned | lineInNext |
line of node to execute when in next and stepping | |
unsigned | steppingInNext |
state of node when in next and stepping |
Definition at line 129 of file DashelTarget.h.
bytecode with debug information
Definition at line 133 of file DashelTarget.h.
last known execution mode if this node
Definition at line 136 of file DashelTarget.h.
line of node to execute when in next and stepping
Definition at line 135 of file DashelTarget.h.
state of node when in next and stepping
Definition at line 134 of file DashelTarget.h.