Crevice  0.1
 All Classes Functions Variables Pages
Public Types | Public Member Functions | List of all members
Symbol Class Reference

Symbol. More...

#include <Symbol.h>

Collaboration diagram for Symbol:
Collaboration graph

Public Types

enum  Type {
  KEYWORD, PARAM, SET, VAR,
  FUNC
}

Public Member Functions

 Symbol (Ustring &, Type &)
 Creates new symbol.
 Symbol (const Symbol &orig)
 Copies symbol.
virtual ~Symbol ()
 Destroys symbol.
const bool operator< (const Symbol &r) const

Detailed Description

Symbol.

Definition at line 28 of file Symbol.h.

Constructor & Destructor Documentation

Symbol::Symbol ( Ustring name,
Type &  typ 
)

Creates new symbol.

Parameters
namename of the symbol
typtype of the symbol

Definition at line 27 of file Symbol.cc.

Symbol::Symbol ( const Symbol orig)

Copies symbol.

Parameters
orig

Definition at line 36 of file Symbol.cc.


The documentation for this class was generated from the following files: