|
xorp
|
Node representing an accept statement. More...
#include <node.hh>
Public Member Functions | |
| NodeAccept (unsigned line) | |
| DEFINE_VISITABLE () | |
| virtual bool | is_accept_or_reject () const |
| Test whether this is "accept" or "reject" statement. | |
Node representing an accept statement.
| NodeAccept::NodeAccept | ( | unsigned | line | ) | [inline] |
| line | line of configuration where node was created. |
| virtual bool NodeAccept::is_accept_or_reject | ( | ) | const [inline, virtual] |
Test whether this is "accept" or "reject" statement.
Reimplemented from Node< A >.