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  

UnaryOperator Class Reference

Inheritance diagram for UnaryOperator:

OperatorCheck List of all members.

Public Member Functions

virtual bool operator() (Operator *op)
virtual string desc ()

Member Function Documentation

virtual string UnaryOperator::desc   [inline, virtual]
 

Implements OperatorCheck.

Definition at line 605 of file tree_checker.cc.

Referenced by TreeChecker::at_unary().

virtual bool UnaryOperator::operator() Operator   op [inline, virtual]
 

Implements OperatorCheck.

Definition at line 604 of file tree_checker.cc.

References Operator::is_unary().


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

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