GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
typed_stoken Struct Reference

#include "parser-defs.h"

Public Attributes

int type
 
char * ptr
 
int length
 

Detailed Description

Definition at line 330 of file parser-defs.h.

Member Data Documentation

◆ length

int typed_stoken::length

Definition at line 337 of file parser-defs.h.

Referenced by parser_state::push_c_string(), and yyparse().

◆ ptr

char* typed_stoken::ptr

Definition at line 335 of file parser-defs.h.

Referenced by parser_state::push_c_string(), and yyparse().

◆ type

int typed_stoken::type

Definition at line 333 of file parser-defs.h.

Referenced by yyparse().


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