PNode

Undocumented in source.

Members

Variables

all_next
PNode* all_next;
Undocumented in source.
ambiguities
PNode* ambiguities;
Undocumented in source.
assoc
AssocKind assoc;
Undocumented in source.
bucket_next
PNode* bucket_next;
Undocumented in source.
children
VecPNode children;
Undocumented in source.
error_recovery
bool error_recovery;
Undocumented in source.
evaluated
bool evaluated;
Undocumented in source.
hash
uint hash;
Undocumented in source.
height
uint height;
Undocumented in source.
initial_globals
void* initial_globals;
Undocumented in source.
initial_scope
D_Scope* initial_scope;
Undocumented in source.
latest
PNode* latest;
Undocumented in source.
op_assoc
AssocKind op_assoc;
Undocumented in source.
op_priority
int op_priority;
Undocumented in source.
parse_node
D_ParseNode parse_node;
Undocumented in source.
priority
int priority;
Undocumented in source.
reduction
D_Reduction* reduction;
Undocumented in source.
shift
const(D_Shift)* shift;
Undocumented in source.
ws_after
const(char)* ws_after;
Undocumented in source.
ws_before
const(char)* ws_before;
Undocumented in source.

Meta