PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ParsedLex Struct Reference

Data Fields

int type
 
charlemm
 
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 LexizeExec().

◆ lenlemm

int ParsedLex::lenlemm

Definition at line 31 of file ts_parse.c.

◆ next

struct ParsedLex* ParsedLex::next

Definition at line 32 of file ts_parse.c.

Referenced by moveToWaste(), and setCorrLex().

◆ type

int ParsedLex::type

Definition at line 29 of file ts_parse.c.


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