Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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().

◆ 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().


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