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

#include "parser-defs.h"

Public Attributes

char * string
 
enum exp_opcode opcode
 
enum precedence precedence
 
int right_assoc
 

Detailed Description

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

Member Data Documentation

enum exp_opcode op_print::opcode

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

Referenced by dump_subexp_body_standard(), op_string(), and print_subexp_standard().

enum precedence op_print::precedence

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

Referenced by print_subexp_standard().

int op_print::right_assoc

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

Referenced by print_subexp_standard().

char* op_print::string

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

Referenced by op_string(), and print_subexp_standard().


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