rpm  5.2.1
Data Fields
_parseState Struct Reference

Parser state. More...

Collaboration diagram for _parseState:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Parser state.

Definition at line 106 of file expression.c.

Field Documentation

int _parseState::nextToken
char* _parseState::p

current position in expression string

Definition at line 110 of file expression.c.

Referenced by parseExpressionBoolean(), parseExpressionString(), and rdToken().

Spec _parseState::spec

spec file that we are parsing inside of

Definition at line 114 of file expression.c.

Referenced by parseExpressionBoolean(), and parseExpressionString().

char* _parseState::str

expression string

Definition at line 108 of file expression.c.

Referenced by parseExpressionBoolean(), and parseExpressionString().

Value _parseState::tokenValue

valid when TOK_INTEGER or TOK_STRING

Definition at line 113 of file expression.c.

Referenced by doPrimary(), parseExpressionBoolean(), parseExpressionString(), and rdToken().


The documentation for this struct was generated from the following file: