|
TAO_CosTrader 4.0.0
|
#include "ace/OS_NS_string.h"#include "ace/OS_NS_stdlib.h"#include "orbsvcs/Trader/Constraint_Interpreter.h"#include "orbsvcs/Trader/Constraint_Nodes.h"#include <stdlib.h>#include <string.h>Classes | |
| struct | YYSTACKDATA |
Macros | |
| #define | YYBYACC 1 |
| #define | YYMAJOR 1 |
| #define | YYMINOR 9 |
| #define | YYPATCH 20200330 |
| #define | YYEMPTY (-1) |
| #define | yyclearin (yychar = YYEMPTY) |
| #define | yyerrok (yyerrflag = 0) |
| #define | YYRECOVERING() (yyerrflag != 0) |
| #define | YYENOMEM (-2) |
| #define | YYEOF 0 |
| #define | YYBTYACC 0 |
| #define | YYDEBUGSTR YYPREFIX "debug" |
| #define | YYPREFIX "yy" |
| #define | YYPURE 0 |
| #define | YYPARSE_DECL() yyparse() |
| #define | YYLEX_DECL() yylex() |
| #define | YYLEX yylex() |
| #define | YYERROR_DECL() yyerror(const char *s) |
| #define | YYERROR_CALL(msg) yyerror(msg) |
| #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 | YYERRCODE 256 |
| #define | YYTABLESIZE 363 |
| #define | YYFINAL 14 |
| #define | YYDEBUG 0 |
| #define | YYMAXTOKEN 290 |
| #define | YYUNDFTOKEN 303 |
| #define | YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) |
| #define | YYSTACKSIZE 10000 |
| #define | YYMAXDEPTH 10000 |
| #define | YYINITSTACKSIZE 200 |
| #define | yydepth (int)(yystack.s_mark - yystack.s_base) |
| #define | yyfreestack(data) /* nothing */ |
| #define | YYABORT goto yyabort |
| #define | YYREJECT goto yyabort |
| #define | YYACCEPT goto yyaccept |
| #define | YYERROR goto yyerrlab |
Typedefs | |
| typedef short | YYINT |
Functions | |
| static int | yygrowstack (YYSTACKDATA *data) |
Variables | |
| static const YYINT | yylhs [] |
| static const YYINT | yylen [] |
| static const YYINT | yydefred [] |
| static const YYINT | yydgoto [] |
| static const YYINT | yysindex [] |
| static const YYINT | yyrindex [] |
| static const YYINT | yygindex [] |
| static const YYINT | yytable [] |
| static const YYINT | yycheck [] |
| int | yyerrflag |
| int | yychar |
| YYSTYPE | yyval |
| YYSTYPE | yylval |
| int | yynerrs |
| static YYSTACKDATA | yystack |
| #define TAO_AND 264 |
| #define TAO_BOOLEAN 269 |
| #define TAO_CONSTRAINT 284 |
| #define TAO_DIV 273 |
| #define TAO_DOUBLE 283 |
| #define TAO_EQ 261 |
| #define TAO_EXIST 263 |
| #define TAO_FIRST 289 |
| #define TAO_GE 258 |
| #define TAO_GT 257 |
| #define TAO_IDENT 278 |
| #define TAO_IN 267 |
| #define TAO_LE 260 |
| #define TAO_LPAREN 277 |
| #define TAO_LT 259 |
| #define TAO_MAX 287 |
| #define TAO_MIN 288 |
| #define TAO_MINUS 271 |
| #define TAO_MULT 272 |
| #define TAO_NE 262 |
| #define TAO_NOT 266 |
| #define TAO_NUMBER 275 |
| #define TAO_OR 265 |
| #define TAO_PLUS 270 |
| #define TAO_RANDOM 290 |
| #define TAO_RPAREN 276 |
| #define TAO_SEQUENCE 285 |
| #define TAO_SIGNED 281 |
| #define TAO_STRING 279 |
| #define TAO_TWIDDLE 268 |
| #define TAO_UMINUS 274 |
| #define TAO_UNKNOWN 280 |
| #define TAO_UNSIGNED 282 |
| #define TAO_WITH 286 |
| #define YYABORT goto yyabort |
| #define YYACCEPT goto yyaccept |
| #define YYBTYACC 0 |
| #define YYBYACC 1 |
| #define YYDEBUG 0 |
| #define YYDEBUGSTR YYPREFIX "debug" |
| #define yydepth (int)(yystack.s_mark - yystack.s_base) |
| #define YYEMPTY (-1) |
| #define YYENOMEM (-2) |
| #define YYEOF 0 |
| #define YYERRCODE 256 |
| #define yyerrok (yyerrflag = 0) |
| #define YYERROR goto yyerrlab |
| #define YYERROR_CALL | ( | msg | ) | yyerror(msg) |
| #define YYERROR_DECL | ( | ) | yyerror(const char *s) |
| #define YYFINAL 14 |
| #define yyfreestack | ( | data | ) | /* nothing */ |
| #define YYINITSTACKSIZE 200 |
| #define YYLEX yylex() |
| int YYLEX_DECL | ( | ) | yylex() |
| #define YYMAJOR 1 |
| #define YYMAXDEPTH 10000 |
| #define YYMAXTOKEN 290 |
| #define YYMINOR 9 |
| int YYPARSE_DECL | ( | ) | yyparse() |
| #define YYPATCH 20200330 |
| #define YYPREFIX "yy" |
| #define YYPURE 0 |
| #define YYRECOVERING | ( | ) | (yyerrflag != 0) |
| #define YYREJECT goto yyabort |
| #define YYSTACKSIZE 10000 |
| #define YYTABLESIZE 363 |
| #define YYTRANSLATE | ( | a | ) | ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) |
| #define YYUNDFTOKEN 303 |
| typedef short YYINT |
|
static |
| int yychar |
|
static |
|
static |
|
static |
| int yyerrflag |
|
static |
|
static |
|
static |
| YYSTYPE yylval |
| int yynerrs |
|
static |
|
static |
|
static |
|
static |
| YYSTYPE yyval |