Uc_unary_expression Class Reference

#include <ucexpr.h>

Inheritance diagram for Uc_unary_expression:

Inheritance graph
[legend]
Collaboration diagram for Uc_unary_expression:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Uc_unary_expression (int o, Uc_expression *r)
virtual void gen_value (vector< char > &out)

Private Attributes

int opcode
Uc_expressionoperand

Detailed Description

Definition at line 138 of file ucexpr.h.


Constructor & Destructor Documentation

Uc_unary_expression::Uc_unary_expression ( int  o,
Uc_expression r 
) [inline]

Definition at line 143 of file ucexpr.h.


Member Function Documentation

void Uc_unary_expression::gen_value ( vector< char > &  out  )  [virtual]

Implements Uc_expression.

Definition at line 277 of file ucexpr.cc.


Member Data Documentation

int Uc_unary_expression::opcode [private]

Definition at line 140 of file ucexpr.h.

Uc_expression* Uc_unary_expression::operand [private]

Definition at line 141 of file ucexpr.h.


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 15:04:51 2007 for ExultEngine by  doxygen 1.5.1