Private Methods | |
virtual bool | operator() (EbnfNode &n) throw (EbnfNodeAlgoException) |
What i'm not sure is whether something like A -> X ? A can be considered left reccursion. If X is not taken because is optional, it looks like A -> A and might be left recursion.
It must be used in a rdfTraverse.
Definition at line 161 of file lanalyzer.cc.
|
This gets called for each EBNF node during the traversal. Reimplemented from EbnfNodeAlgo. Definition at line 163 of file lanalyzer.cc. |