GDB (xrefs)
Public Attributes | List of all members
token Struct Reference

Public Attributes

char * oper
 
int token
 
enum exp_opcode opcode
 
enum token_flags flags
 

Detailed Description

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

Member Data Documentation

enum token_flags token::flags

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

enum exp_opcode token::opcode

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

Referenced by lex_one_token(), and yylex().

char * token::oper

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

Referenced by lex_one_token(), and yylex().

int token::token

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

Referenced by lex_one_token(), and yylex().


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