#include <ebnf_la_node.hh>
Inheritance diagram for EbnfLambdaNode:
Public Methods | |
EbnfLambdaNode (const Position &pos_) | |
EbnfLambdaNode (const EbnfLambdaNode &o) | |
virtual EbnfNode& | operator[] (int index) |
virtual int | getChildCount () |
virtual EbnfNode* | clone () |
virtual void | dump (ostream &os) const |
Definition at line 521 of file ebnf_la_node.hh.
|
Definition at line 525 of file ebnf_la_node.hh. Referenced by clone().
|
|
Definition at line 529 of file ebnf_la_node.hh. |
|
Returns the index'th child of this node.
Reimplemented from EbnfNode. Definition at line 533 of file ebnf_la_node.hh. |
|
Returns the number of children nodes of this node. Reimplemented from EbnfNode. Definition at line 539 of file ebnf_la_node.hh. |
|
Virtual copy creation. Reimplemented from EbnfNode. Definition at line 544 of file ebnf_la_node.hh. |
|
Reimplemented from EbnfNode. Definition at line 147 of file ebnf_la_node.cc. |