Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

_parseState Struct Reference

Parser state. More...

List of all members.

Public Attributes

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


Detailed Description

Parser state.

Definition at line 98 of file expression.c.


Member Data Documentation

int _parseState::nextToken
 

current lookahead token

Definition at line 101 of file expression.c.

char * _parseState::p
 

current position in expression string

Definition at line 100 of file expression.c.

Spec _parseState::spec
 

spec file that we are parsing inside of

Definition at line 103 of file expression.c.

char * _parseState::str
 

expression string

Definition at line 99 of file expression.c.

Value _parseState::tokenValue
 

valid when TOK_INTEGER or TOK_STRING

Definition at line 102 of file expression.c.


The documentation for this struct was generated from the following file:
Generated at Mon May 21 08:53:43 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001