Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Rule Class Reference

#include <lalr.h>

Collaboration diagram for Rule:

Public Member Functions

void clear ()

Public Attributes

Name lhs
NameList rhs
Name prec

Detailed Description

Definition at line 48 of file lalr.h.

Member Function Documentation

◆ clear()

void Rule::clear ( )
inline

Definition at line 51 of file lalr.h.

References lhs, prec, and rhs.

Member Data Documentation

◆ lhs

Name Rule::lhs

Definition at line 59 of file lalr.h.

Referenced by clear(), and operator<<().

◆ prec

Name Rule::prec

Definition at line 61 of file lalr.h.

Referenced by clear().

◆ rhs

NameList Rule::rhs

Definition at line 60 of file lalr.h.

Referenced by clear(), and operator<<().


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