#include <ebnf_la_node.hh>
Inheritance diagram for EbnfTerminalNode:
Public Methods | |
EbnfTerminalNode (TokenDesc &terminal_, const Position &pos_) | |
EbnfTerminalNode (const EbnfTerminalNode &o) | |
virtual EbnfNode& | operator[] (int index) |
virtual int | getChildCount () |
virtual EbnfNode* | clone () |
virtual void | dump (ostream &os) const |
Public Attributes | |
TokenDesc& | terminal |
Definition at line 470 of file ebnf_la_node.hh.
|
Definition at line 474 of file ebnf_la_node.hh. Referenced by clone().
|
|
Definition at line 480 of file ebnf_la_node.hh. |
|
Returns the index'th child of this node.
Reimplemented from EbnfNode. Definition at line 486 of file ebnf_la_node.hh. |
|
Returns the number of children nodes of this node. Reimplemented from EbnfNode. Definition at line 492 of file ebnf_la_node.hh. |
|
Virtual copy creation. Reimplemented from EbnfNode. Definition at line 497 of file ebnf_la_node.hh. |
|
Reimplemented from EbnfNode. Definition at line 135 of file ebnf_la_node.cc. |
|
Points to the TokenDesc object that describes the token matched by this expansion. Definition at line 514 of file ebnf_la_node.hh. |