Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ITokenDesc Class Reference

#include <itoken_spec.hh>

Inheritance diagram for ITokenDesc:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual const string& name () const=0
virtual int id () const=0
virtual ITokenSpec::Tkinds kind () const=0
virtual const Positionpos () const=0
virtual const CodeChunktokAction () const=0
virtual void dump (ostream &os) const=0

Member Function Documentation

const string & ITokenDesc::name ( ) const [pure virtual]
 

Reimplemented in TokenDesc.

int ITokenDesc::id ( ) const [pure virtual]
 

Reimplemented in TokenDesc.

ITokenSpec::Tkinds ITokenDesc::kind ( ) const [pure virtual]
 

Reimplemented in TokenDesc.

const Position & ITokenDesc::pos ( ) const [pure virtual]
 

Reimplemented in TokenDesc.

const CodeChunk & ITokenDesc::tokAction ( ) const [pure virtual]
 

Reimplemented in TokenDesc.

void ITokenDesc::dump ( ostream & os ) const [pure virtual]
 

If DEBUG is enabled, this method will dump all the data about this token into the given stream.

Reimplemented in TokenDesc.


The documentation for this class was generated from the following file:
Generated at Tue Jul 9 21:07:13 2002 for CppCC by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001