Public Types | |
enum | type |
Public Member Functions | |
Star (const Node< M_, W_ > &other) | |
Star (Node< M_, W_ > *other) | |
virtual Node< M_, W_ >::type | what () const |
virtual Node< M_, W_ > * | clone () const |
virtual void | accept (ConstNodeVisitor< M_, W_ > &v) const |
virtual bool | operator!= (const Node< M_, W_ > &other) const |
virtual bool | operator< (const Node< M_, W_ > &other) const |
virtual | ~Star () |
W_ *& | c () |
W_ const *& | c () const |
Public Attributes | |
Node< M_, W_ > * | child_ |
const W_ * | constant_term_ |
Definition at line 230 of file nodes.hh.