DynGenPar
Dynamic Generalized Parser
Public Member Functions
DynGenPar::StackItemType5 Class Reference

type 5 item: during match (of an MCFG constraint), we're executing a matchRemaining More...

Inheritance diagram for DynGenPar::StackItemType5:
Inheritance graph

List of all members.

Public Member Functions

 StackItemType5 (const StackItem &parent, CatArg cat, const PseudoCatScope &scope)
virtual ~StackItemType5 ()
virtual StackItemDataclone ()
virtual int type () const
virtual void addParent (const StackItem &)
virtual void setParents (const QList< StackItem > &)
const StackItemparent () const
Cat cat () const
PseudoCatScope scope () const

Detailed Description

type 5 item: during match (of an MCFG constraint), we're executing a matchRemaining

Definition at line 570 of file dyngenpar.h.


Constructor & Destructor Documentation

DynGenPar::StackItemType5::StackItemType5 ( const StackItem parent,
CatArg  cat,
const PseudoCatScope scope 
) [inline]

Definition at line 572 of file dyngenpar.h.

virtual DynGenPar::StackItemType5::~StackItemType5 ( ) [inline, virtual]

Definition at line 575 of file dyngenpar.h.


Member Function Documentation

virtual void DynGenPar::StackItemType5::addParent ( const StackItem ) [inline, virtual]

Implements DynGenPar::StackItemData.

Definition at line 578 of file dyngenpar.h.

Cat DynGenPar::StackItemType5::cat ( ) const [inline]

Definition at line 585 of file dyngenpar.h.

virtual StackItemData* DynGenPar::StackItemType5::clone ( ) [inline, virtual]

Implements DynGenPar::StackItemData.

Definition at line 576 of file dyngenpar.h.

const StackItem& DynGenPar::StackItemType5::parent ( ) const [inline]

Definition at line 584 of file dyngenpar.h.

PseudoCatScope DynGenPar::StackItemType5::scope ( ) const [inline]

Definition at line 586 of file dyngenpar.h.

virtual void DynGenPar::StackItemType5::setParents ( const QList< StackItem > &  ) [inline, virtual]

Implements DynGenPar::StackItemData.

Definition at line 581 of file dyngenpar.h.

virtual int DynGenPar::StackItemType5::type ( ) const [inline, virtual]

Implements DynGenPar::StackItemData.

Definition at line 577 of file dyngenpar.h.


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