Public Member Functions | |
virtual | ~Actor () |
virtual int | getNumberOfMethods () const =0 |
Get the number of user-defined methods. | |
virtual int | getMethodArity (int methodIndex) const =0 |
virtual string | getMethodName (int methodIndex) const =0 |
Definition at line 134 of file cfg.H.
|
Implemented in Archon::Utilities::LrParserBase::Actor< C >. Referenced by Archon::Utilities::CFG::addProd(). |
|
Implemented in Archon::Utilities::LrParserBase::Actor< C >. Referenced by Archon::Utilities::CFG::addProd(). |