C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OperatorCheck Class Reference

#include <tree_checker.h>

Inheritance diagram for OperatorCheck:

BinaryOperator ComparisonOperator UnaryOperator List of all members.

Public Member Functions

virtual bool operator() (Operator *)=0
virtual string desc ()=0

Member Function Documentation

virtual string OperatorCheck::desc   [pure virtual]
 

Implemented in ComparisonOperator, UnaryOperator, and BinaryOperator.

virtual bool OperatorCheck::operator() Operator   [pure virtual]
 

Implemented in ComparisonOperator, UnaryOperator, and BinaryOperator.


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

Generated on August 27, 2003
Back to the C-Breeze home page