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

type 4 item: during reduce, we're executing a matchRemaining More...

Inheritance diagram for DynGenPar::StackItemType4:
Inheritance graph

List of all members.

Public Member Functions

 StackItemType4 (const StackItem &parent, CatArg target, int pos, int len)
virtual ~StackItemType4 ()
virtual StackItemDataclone ()
virtual int type () const
virtual void addParent (const StackItem &)
virtual void setParents (const QList< StackItem > &)
const StackItemparent () const
Cat target () const
int pos () const
int len () const

Detailed Description

type 4 item: during reduce, we're executing a matchRemaining

This item forms a unification point.

Definition at line 545 of file dyngenpar.h.


Constructor & Destructor Documentation

DynGenPar::StackItemType4::StackItemType4 ( const StackItem parent,
CatArg  target,
int  pos,
int  len 
) [inline]

Definition at line 547 of file dyngenpar.h.

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

Definition at line 549 of file dyngenpar.h.


Member Function Documentation

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

Implements DynGenPar::StackItemData.

Definition at line 552 of file dyngenpar.h.

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

Implements DynGenPar::StackItemData.

Definition at line 550 of file dyngenpar.h.

int DynGenPar::StackItemType4::len ( ) const [inline]

Definition at line 561 of file dyngenpar.h.

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

Definition at line 558 of file dyngenpar.h.

int DynGenPar::StackItemType4::pos ( ) const [inline]

Definition at line 560 of file dyngenpar.h.

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

Implements DynGenPar::StackItemData.

Definition at line 555 of file dyngenpar.h.

Cat DynGenPar::StackItemType4::target ( ) const [inline]

Definition at line 559 of file dyngenpar.h.

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

Implements DynGenPar::StackItemData.

Definition at line 551 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