This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | YYERRCODE 256 |
#define | TAO_GT 257 |
#define | TAO_GE 258 |
#define | TAO_LT 259 |
#define | TAO_LE 260 |
#define | TAO_EQ 261 |
#define | TAO_NE 262 |
#define | TAO_EXIST 263 |
#define | TAO_AND 264 |
#define | TAO_OR 265 |
#define | TAO_NOT 266 |
#define | TAO_IN 267 |
#define | TAO_TWIDDLE 268 |
#define | TAO_BOOLEAN 269 |
#define | TAO_PLUS 270 |
#define | TAO_MINUS 271 |
#define | TAO_MULT 272 |
#define | TAO_DIV 273 |
#define | TAO_UMINUS 274 |
#define | TAO_NUMBER 275 |
#define | TAO_RPAREN 276 |
#define | TAO_LPAREN 277 |
#define | TAO_IDENT 278 |
#define | TAO_STRING 279 |
#define | TAO_UNKNOWN 280 |
#define | TAO_SIGNED 281 |
#define | TAO_UNSIGNED 282 |
#define | TAO_DOUBLE 283 |
#define | TAO_CONSTRAINT 284 |
#define | TAO_SEQUENCE 285 |
#define | TAO_WITH 286 |
#define | TAO_MAX 287 |
#define | TAO_MIN 288 |
#define | TAO_FIRST 289 |
#define | TAO_RANDOM 290 |
#define TAO_AND 264 |
#define TAO_BOOLEAN 269 |
Definition at line 23 of file Constraint_Tokens.h.
Referenced by TAO_Literal_Constraint::comparable_type(), TAO_Literal_Constraint::copy(), TAO_Constraint_Validator::expr_returns_boolean(), TAO_Literal_Constraint::operator CORBA::Boolean(), operator!=(), operator<(), operator==(), and TAO_Literal_Constraint::TAO_Literal_Constraint().
#define TAO_CONSTRAINT 284 |
Definition at line 38 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), and yyparse().
#define TAO_DIV 273 |
Definition at line 27 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_div(), and yyparse().
#define TAO_DOUBLE 283 |
Definition at line 37 of file Constraint_Tokens.h.
Referenced by TAO_Literal_Constraint::comparable_type(), TAO_Literal_Constraint::copy(), TAO_Constraint_Validator::expr_returns_number(), operator *(), TAO_Literal_Constraint::operator CORBA::Double(), TAO_Literal_Constraint::operator CORBA::LongLong(), TAO_Literal_Constraint::operator CORBA::ULongLong(), operator!=(), operator+(), operator-(), operator/(), operator<(), operator<=(), operator==(), operator>(), operator>=(), TAO_Literal_Constraint::TAO_Literal_Constraint(), and TAO_Constraint_Validator::visit_div().
#define TAO_EQ 261 |
Definition at line 15 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_equal(), and yyparse().
#define TAO_EXIST 263 |
Definition at line 17 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), and yyparse().
#define TAO_FIRST 289 |
Definition at line 43 of file Constraint_Tokens.h.
Referenced by TAO_Noop_Constraint::accept(), TAO_Preference_Interpreter::order_offer(), TAO_Preference_Interpreter::TAO_Preference_Interpreter(), and yyparse().
#define TAO_GE 258 |
Definition at line 12 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_greater_than_equal(), and yyparse().
#define TAO_GT 257 |
Definition at line 11 of file Constraint_Tokens.h.
Referenced by TAO_Binary_Constraint::accept(), TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_greater_than(), and yyparse().
#define TAO_IDENT 278 |
Definition at line 32 of file Constraint_Tokens.h.
Referenced by TAO_Property_Constraint::expr_type(), TAO_Constraint_Validator::extract_type(), and TAO_Constraint_Validator::visit_exist().
#define TAO_IN 267 |
#define TAO_LE 260 |
Definition at line 14 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_less_than_equal(), and yyparse().
#define TAO_LPAREN 277 |
Definition at line 31 of file Constraint_Tokens.h.
#define TAO_LT 259 |
Definition at line 13 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_less_than(), and yyparse().
#define TAO_MAX 287 |
Definition at line 41 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), TAO_Preference_Interpreter::order_offer(), and yyparse().
#define TAO_MIN 288 |
Definition at line 42 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), TAO_Preference_Interpreter::order_offer(), and yyparse().
#define TAO_MINUS 271 |
Definition at line 25 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_sub(), and yyparse().
#define TAO_MULT 272 |
Definition at line 26 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_mult(), and yyparse().
#define TAO_NE 262 |
Definition at line 16 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Evaluator::visit_not_equal(), and yyparse().
#define TAO_NOT 266 |
Definition at line 20 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), and yyparse().
#define TAO_NUMBER 275 |
Definition at line 29 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Validator::expr_returns_number().
#define TAO_OR 265 |
#define TAO_PLUS 270 |
Definition at line 24 of file Constraint_Tokens.h.
Referenced by TAO_Constraint_Evaluator::do_the_op(), TAO_Constraint_Validator::expr_returns_number(), TAO_Constraint_Evaluator::visit_add(), and yyparse().
#define TAO_RANDOM 290 |
Definition at line 44 of file Constraint_Tokens.h.
Referenced by TAO_Noop_Constraint::accept(), and yyparse().
#define TAO_RPAREN 276 |
Definition at line 30 of file Constraint_Tokens.h.
#define TAO_SEQUENCE 285 |
#define TAO_SIGNED 281 |
Definition at line 35 of file Constraint_Tokens.h.
Referenced by TAO_Literal_Constraint::comparable_type(), TAO_Literal_Constraint::copy(), TAO_Constraint_Validator::expr_returns_number(), operator *(), TAO_Literal_Constraint::operator CORBA::Double(), TAO_Literal_Constraint::operator CORBA::LongLong(), TAO_Literal_Constraint::operator CORBA::ULongLong(), operator!=(), operator+(), operator-(), operator/(), operator<(), operator<=(), operator==(), operator>(), operator>=(), TAO_Literal_Constraint::TAO_Literal_Constraint(), and TAO_Constraint_Validator::visit_div().
#define TAO_STRING 279 |
Definition at line 33 of file Constraint_Tokens.h.
Referenced by TAO_Literal_Constraint::comparable_type(), TAO_Literal_Constraint::copy(), TAO_Constraint_Validator::expr_returns_string(), TAO_Literal_Constraint::operator const char *(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), TAO_Literal_Constraint::TAO_Literal_Constraint(), and TAO_Literal_Constraint::~TAO_Literal_Constraint().
#define TAO_TWIDDLE 268 |
#define TAO_UMINUS 274 |
Definition at line 28 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), and yyparse().
#define TAO_UNKNOWN 280 |
Definition at line 34 of file Constraint_Tokens.h.
Referenced by TAO_Literal_Constraint::comparable_type(), and TAO_Literal_Constraint::copy().
#define TAO_UNSIGNED 282 |
Definition at line 36 of file Constraint_Tokens.h.
Referenced by TAO_Literal_Constraint::comparable_type(), TAO_Literal_Constraint::copy(), operator *(), TAO_Literal_Constraint::operator CORBA::Double(), TAO_Literal_Constraint::operator CORBA::LongLong(), TAO_Literal_Constraint::operator CORBA::ULongLong(), operator!=(), operator+(), operator-(), operator/(), operator<(), operator<=(), operator==(), operator>(), operator>=(), TAO_Literal_Constraint::TAO_Literal_Constraint(), and TAO_Constraint_Validator::visit_div().
#define TAO_WITH 286 |
Definition at line 40 of file Constraint_Tokens.h.
Referenced by TAO_Unary_Constraint::accept(), TAO_Preference_Interpreter::order_offer(), and yyparse().
#define YYERRCODE 256 |