PostgreSQL Source Code  git master
ParsedLex Struct Reference

Data Fields

int type
 
char * lemm
 
int lenlemm
 
struct ParsedLexnext
 

Detailed Description

Definition at line 27 of file ts_parse.c.

Field Documentation

◆ lemm

char* ParsedLex::lemm

Definition at line 30 of file ts_parse.c.

Referenced by addHLParsedLex(), LexizeAddLemm(), and LexizeExec().

◆ lenlemm

int ParsedLex::lenlemm

Definition at line 31 of file ts_parse.c.

Referenced by addHLParsedLex(), LexizeAddLemm(), and LexizeExec().

◆ next

struct ParsedLex* ParsedLex::next

Definition at line 32 of file ts_parse.c.

Referenced by addHLParsedLex(), LexizeExec(), LPLAddTail(), moveToWaste(), and setCorrLex().

◆ type

int ParsedLex::type

Definition at line 29 of file ts_parse.c.

Referenced by addHLParsedLex(), LexizeAddLemm(), and LexizeExec().


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