GDB (API)
Public Attributes
exp_descriptor Struct Reference

#include "parser-defs.h"

List of all members.

Public Attributes

void(* print_subexp )(struct expression *, int *, struct ui_file *, enum precedence)
void(* operator_length )(const struct expression *, int, int *, int *)
int(* operator_check )(struct expression *exp, int pos, int(*objfile_func)(struct objfile *objfile, void *data), void *data)
char *(* op_name )(enum exp_opcode)
int(* dump_subexp_body )(struct expression *, struct ui_file *, int)
struct value *(* evaluate_exp )(struct type *, struct expression *, int *, enum noside)

Detailed Description

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


Member Data Documentation

int(* exp_descriptor::dump_subexp_body)(struct expression *, struct ui_file *, int)

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

struct value*(* exp_descriptor::evaluate_exp)(struct type *, struct expression *, int *, enum noside) [read]

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

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

int(* exp_descriptor::operator_check)(struct expression *exp, int pos, int(*objfile_func)(struct objfile *objfile,void *data), void *data)

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

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

void(* exp_descriptor::print_subexp)(struct expression *, int *, struct ui_file *, enum precedence)

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines