|
APG
… an ABNF Parser Generator
|
The information recorded & displayed by the trace object for each node visited. More...
#include <tracep.h>
Data Fields | |
| aint | uiTreeDepth |
| The actual parse tree depth. More... | |
| int | iTraceDepth |
| The partial parse tree depth (a subset possibly restricted by the configuration.) More... | |
| aint | uiThisRecord |
| The record index of the current record. More... | |
| aint | uiOffset |
| The offset into the input string for the first character of the sub-phrase being matched. More... | |
| aint | uiPhraseLength |
| The phrase length of a successful match. More... | |
| aint | uiState |
| The parser's state for this node (ID_ACTIVE, ID_MATCH, etc.) More... | |
| const opcode * | spOpcode |
| Pointer to the opcode for the current node. More... | |
The information recorded & displayed by the trace object for each node visited.
| int trace_record::iTraceDepth |
| const opcode* trace_record::spOpcode |
| aint trace_record::uiOffset |
| aint trace_record::uiPhraseLength |
| aint trace_record::uiState |
| aint trace_record::uiThisRecord |
1.8.17