DynGenPar
Dynamic Generalized Parser
Public Member Functions | Public Attributes | List of all members
DynGenPar::MultiPrediction Struct Reference

multi-token predictions More...

Public Member Functions

 MultiPrediction ()
 dummy default constructor for bindings More...
 
 MultiPrediction (const QList< Cat > &fullLit, CatArg c)
 
bool operator== (const MultiPrediction &other) const
 needed for QList, QMultiHash More...
 

Public Attributes

QList< CatfullLiteral
 the entire literal completed by the prediction More...
 
Cat cat
 the nonterminal generating the literal More...
 

Detailed Description

multi-token predictions

Definition at line 217 of file dyngenpar.h.

Constructor & Destructor Documentation

◆ MultiPrediction() [1/2]

DynGenPar::MultiPrediction::MultiPrediction ( )
inline

dummy default constructor for bindings

Definition at line 219 of file dyngenpar.h.

◆ MultiPrediction() [2/2]

DynGenPar::MultiPrediction::MultiPrediction ( const QList< Cat > &  fullLit,
CatArg  c 
)
inline

Definition at line 220 of file dyngenpar.h.

Member Function Documentation

◆ operator==()

bool DynGenPar::MultiPrediction::operator== ( const MultiPrediction other) const
inline

needed for QList, QMultiHash

Definition at line 226 of file dyngenpar.h.

Member Data Documentation

◆ cat

Cat DynGenPar::MultiPrediction::cat

the nonterminal generating the literal

Definition at line 223 of file dyngenpar.h.

◆ fullLiteral

QList<Cat> DynGenPar::MultiPrediction::fullLiteral

the entire literal completed by the prediction

Definition at line 222 of file dyngenpar.h.


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