Data Fields | |
char * | str |
char * | p |
int | nextToken |
Value | tokenValue |
Spec | spec |
Definition at line 103 of file expression.c.
char* _parseState::str |
expression string
Definition at line 105 of file expression.c.
Referenced by parseExpressionBoolean(), and parseExpressionString().
char* _parseState::p |
current position in expression string
Definition at line 107 of file expression.c.
Referenced by parseExpressionBoolean(), parseExpressionString(), and rdToken().
current lookahead token
Definition at line 108 of file expression.c.
Referenced by doAddSubtract(), doLogical(), doMultiplyDivide(), doPrimary(), doRelational(), parseExpressionBoolean(), parseExpressionString(), and rdToken().
valid when TOK_INTEGER or TOK_STRING
Definition at line 110 of file expression.c.
Referenced by doPrimary(), parseExpressionBoolean(), parseExpressionString(), and rdToken().
spec file that we are parsing inside of
Definition at line 111 of file expression.c.
Referenced by parseExpressionBoolean(), and parseExpressionString().