Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

_parseState Struct Reference

Parser state. More...


Data Fields

char * str
char * p
int nextToken
Value tokenValue
Spec spec


Detailed Description

Parser state.

Definition at line 103 of file expression.c.


Field Documentation

int _parseState::nextToken
 

current lookahead token

Definition at line 106 of file expression.c.

Referenced by parseExpressionBoolean, and parseExpressionString.

char* _parseState::p
 

current position in expression string

Definition at line 105 of file expression.c.

Referenced by parseExpressionBoolean, and parseExpressionString.

Spec _parseState::spec
 

spec file that we are parsing inside of

Definition at line 108 of file expression.c.

Referenced by parseExpressionBoolean, and parseExpressionString.

char* _parseState::str
 

expression string

Definition at line 104 of file expression.c.

Referenced by parseExpressionBoolean, and parseExpressionString.

Value _parseState::tokenValue
 

valid when TOK_INTEGER or TOK_STRING

Definition at line 107 of file expression.c.

Referenced by parseExpressionBoolean, and parseExpressionString.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 4 12:50:03 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002