Archon::Utilities::CFG::Actor Struct Reference

Inheritance diagram for Archon::Utilities::CFG::Actor:

Inheritance graph
[legend]
List of all members.

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

Detailed Description

Definition at line 134 of file cfg.H.


Member Function Documentation

virtual int Archon::Utilities::CFG::Actor::getMethodArity int  methodIndex  )  const [pure virtual]
 

Parameters:
methodIndex -3 for 'concat', -2 for 'copy' and -1 for 'null' otherwise user-defined

Implemented in Archon::Utilities::LrParserBase::Actor< C >.

Referenced by Archon::Utilities::CFG::addProd().

virtual string Archon::Utilities::CFG::Actor::getMethodName int  methodIndex  )  const [pure virtual]
 

Parameters:
methodIndex -3 for 'concat', -2 for 'copy' and -1 for 'null' otherwise user-defined

Implemented in Archon::Utilities::LrParserBase::Actor< C >.

Referenced by Archon::Utilities::CFG::addProd().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 30 22:57:17 2006 for Archon by  doxygen 1.4.4