YAZ  5.34.0
Data Fields
token Struct Reference

Data Fields

struct cql_noderel
 
struct cql_nodecql
 
char * buf
 
size_t len
 
size_t size
 

Detailed Description

Node in the LALR parse tree.

Definition at line 100 of file cql.c.

Field Documentation

◆ buf

char* token::buf

string buffer with token

Definition at line 106 of file cql.c.

◆ cql

struct cql_node* token::cql

Synthesized attribute: CQL node

Definition at line 104 of file cql.c.

◆ len

size_t token::len

length of token

Definition at line 108 of file cql.c.

Referenced by token_cmp().

◆ rel

struct cql_node* token::rel

Inhereted attribute: relation

Definition at line 102 of file cql.c.

◆ size

size_t token::size

size of buffer (len <= size)

Definition at line 110 of file cql.c.


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