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  

Operators Class Reference

#include <operators.h>

List of all members.

Static Public Member Functions

void init ()

Static Public Attributes

operator_map table


Member Function Documentation

void Operators::init   [static]
 

Definition at line 42 of file operators.cc.

References Operator::ADDRESS, Operator::ANDAND, Operator::ANDassign, Operator::ARROW, Operator::DECR, Operator::DIVassign, Operator::EQ, Operator::ERassign, Operator::FUNC_CALL, Operator::GE, Operator::ICR, Operator::Index, Operator::INDIR, Operator::LE, Operator::LS, Operator::LSassign, Operator::MINUSassign, Operator::MODassign, Operator::MULTassign, Operator::NE, Operator::ORassign, Operator::OROR, Operator::PLUSassign, Operator::POSTDEC, Operator::POSTINC, Operator::PREDEC, Operator::PREINC, Operator::RS, Operator::RSassign, Operator::SIZEOF, table, Operator::UMINUS, and Operator::UPLUS.

Referenced by main().


Member Data Documentation

operator_map Operators::table [static]
 

Definition at line 40 of file operators.cc.

Referenced by conditiongotoNode::conditiongotoNode(), init(), and unaryNode::unaryNode().


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

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