Loading [MathJax]/extensions/tex2jax.js
Berkeley YACC  1993-03-03
Berkeley's version of Yet Another Compiler Compiler
All Data Structures Files Functions Variables Typedefs Macros Groups
action Struct Reference

#include <defs.h>

+ Collaboration diagram for action:

Data Fields

struct actionnext
 
short symbol
 
short number
 
short prec
 
char action_code
 
char assoc
 
char suppressed
 

Detailed Description

Definition at line 167 of file defs.h.

Field Documentation

char action::assoc

Definition at line 174 of file defs.h.

Referenced by add_reduce(), get_shifts(), and remove_conflicts().

short action::number
short action::prec

Definition at line 172 of file defs.h.

Referenced by add_reduce(), get_shifts(), and remove_conflicts().

short action::symbol

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