Expression Class Reference
#include <expr.h>
Inheritance diagram for Expression:
List of all members.
Public Methods
Static Public Methods
Protected Types
enum token {
T_NAME, T_DIGIT, T_MINUS, T_PLUS,
T_AND, T_OR, T_XOR, T_MUL,
T_DIV, T_NOT, T_PARENT_OPEN, T_PARENT_CLOSE,
T_UNKNOWN, T_EOF
}Protected Methods
Static Protected Methods
Protected Attributes
Detailed Description
Root of expression tree.
Definition at line 42 of file expr.h.The documentation for this class was generated from the following files:
Copyright (C) 1999, 2000, 2001, 2002, 2003 Stéphane Carrez, France
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.