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

Public Attributes

const char * oper
 
int token
 
enum exp_opcode opcode
 
token_flags flags
 
bool case_sensitive
 

Detailed Description

Definition at line 5132 of file c-exp.c.

Member Data Documentation

◆ case_sensitive

bool token::case_sensitive

Definition at line 3124 of file f-exp.c.

◆ flags

token_flags token::flags

Definition at line 5137 of file c-exp.c.

Referenced by lex_one_token().

◆ opcode

enum exp_opcode token::opcode

Definition at line 5136 of file c-exp.c.

Referenced by lex_one_token(), rust_parser::lex_operator(), and yylex().

◆ oper

const char * token::oper

Definition at line 5134 of file c-exp.c.

Referenced by lex_one_token(), and yylex().

◆ token

int token::token

Definition at line 5135 of file c-exp.c.

Referenced by lex_one_token(), and yylex().


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