|
| | StackItem () |
| | invalid type More...
|
| |
| | StackItem (const QList< StackItem > &parents, CatArg cat, CatArg effCat, int pos, const PseudoCatScope &scope) |
| | type 0 More...
|
| |
| | StackItem (const QList< StackItem > &parents, CatArg cat, CatArg effCat, const PseudoCatScope &scope) |
| | type 1 More...
|
| |
| | StackItem (const StackItem &parent, int dummy) |
| | type 2 More...
|
| |
| | StackItem (const StackItem &parent, const Rule &rule, int len, int curr, int i, const Node &tree, int ruleno, const NextTokenConstraints &nextTokenConstraints) |
| | type 3 More...
|
| |
| | StackItem (const StackItem &parent, CatArg target, int pos, int len) |
| | type 4 More...
|
| |
| | StackItem (const StackItem &parent, CatArg cat, const PseudoCatScope &scope) |
| | type 5 More...
|
| |
| | StackItem (const StackItem &parent, const QList< Node > &leaves, int i, const Node &tree, const PseudoCatScope &scope, const NextTokenConstraints &nextTokenConstraints) |
| | type 6 More...
|
| |
| int | type () const |
| |
| int | depth () const |
| |
| void | addParent (const StackItem &parent) |
| |
| void | setParents (const QList< StackItem > &parents) |
| |
| const StackItemData * | data () const |
| |
| bool | operator< (const StackItem &other) const |
| |
Definition at line 488 of file dyngenpar.h.
◆ StackItem() [1/8]
| DynGenPar::StackItem::StackItem |
( |
| ) |
|
|
inline |
◆ StackItem() [2/8]
◆ StackItem() [3/8]
◆ StackItem() [4/8]
| DynGenPar::StackItem::StackItem |
( |
const StackItem & |
parent, |
|
|
int |
dummy |
|
) |
| |
|
inline |
◆ StackItem() [5/8]
| DynGenPar::StackItem::StackItem |
( |
const StackItem & |
parent, |
|
|
const Rule & |
rule, |
|
|
int |
len, |
|
|
int |
curr, |
|
|
int |
i, |
|
|
const Node & |
tree, |
|
|
int |
ruleno, |
|
|
const NextTokenConstraints & |
nextTokenConstraints |
|
) |
| |
|
inline |
◆ StackItem() [6/8]
| DynGenPar::StackItem::StackItem |
( |
const StackItem & |
parent, |
|
|
CatArg |
target, |
|
|
int |
pos, |
|
|
int |
len |
|
) |
| |
|
inline |
◆ StackItem() [7/8]
◆ StackItem() [8/8]
◆ addParent()
| void DynGenPar::StackItem::addParent |
( |
const StackItem & |
parent | ) |
|
|
inline |
◆ data()
◆ depth()
| int DynGenPar::StackItem::depth |
( |
| ) |
const |
|
inline |
◆ operator<()
| bool DynGenPar::StackItem::operator< |
( |
const StackItem & |
other | ) |
const |
|
inline |
◆ setParents()
| void DynGenPar::StackItem::setParents |
( |
const QList< StackItem > & |
parents | ) |
|
|
inline |
◆ type()
| int DynGenPar::StackItem::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: