ct_common  1.0.1
Common library for combinatorial testing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types
yy::ct_parser::token Struct Reference

Tokens. More...

#include <ct_parser.tab.hpp>

List of all members.

Public Types

enum  yytokentype {
  TKN_END = 0, TKN_PARAMETERS_START = 258, TKN_STRENGTHS_START = 259, TKN_SEEDS_START = 260,
  TKN_CONSTRAINTS_START = 261, TKN_OPTIONS_START = 262, TKN_TYPE = 263, TKN_IDENTIFIER = 264,
  TKN_VAL_STRING = 265, TKN_VAL_DOUBLE = 266, TKN_VAL_INTEGER = 267, TKN_VAL_BOOL = 268,
  TKN_PARAM_AUX = 269, TKN_PARAM_AUTO = 270, TKN_SEED_STARTER = 271, TKN_DEFAULT = 272,
  TKN_INVALID = 273, TKN_INVALIDATION = 274, TKN_EQ = 275, TKN_NE = 276,
  TKN_GT = 277, TKN_GE = 278, TKN_LT = 279, TKN_LE = 280,
  TKN_AND = 281, TKN_OR = 282, TKN_XOR = 283, TKN_IMPLY = 284,
  TKN_IFF = 285, TKN_NOT = 286, TKN_ADD = 287, TKN_SUB = 288,
  TKN_MULT = 289, TKN_DIV = 290, TKN_MOD = 291, TKN_BRACKET_O = 292,
  TKN_BRACKET_C = 293, TKN_COLON = 294, TKN_SEMICOLON = 295, TKN_COMMA = 296,
  TKN_CORNER_BRACKET_O = 297, TKN_CORNER_BRACKET_C = 298, TKN_CURLY_BRACKET_O = 299, TKN_CURLY_BRACKET_C = 300,
  TKN_UPLUS = 301, TKN_NEG = 302
}

Detailed Description

Tokens.

Definition at line 118 of file ct_parser.tab.hpp.


Member Enumeration Documentation

Enumerator:
TKN_END 
TKN_PARAMETERS_START 
TKN_STRENGTHS_START 
TKN_SEEDS_START 
TKN_CONSTRAINTS_START 
TKN_OPTIONS_START 
TKN_TYPE 
TKN_IDENTIFIER 
TKN_VAL_STRING 
TKN_VAL_DOUBLE 
TKN_VAL_INTEGER 
TKN_VAL_BOOL 
TKN_PARAM_AUX 
TKN_PARAM_AUTO 
TKN_SEED_STARTER 
TKN_DEFAULT 
TKN_INVALID 
TKN_INVALIDATION 
TKN_EQ 
TKN_NE 
TKN_GT 
TKN_GE 
TKN_LT 
TKN_LE 
TKN_AND 
TKN_OR 
TKN_XOR 
TKN_IMPLY 
TKN_IFF 
TKN_NOT 
TKN_ADD 
TKN_SUB 
TKN_MULT 
TKN_DIV 
TKN_MOD 
TKN_BRACKET_O 
TKN_BRACKET_C 
TKN_COLON 
TKN_SEMICOLON 
TKN_COMMA 
TKN_CORNER_BRACKET_O 
TKN_CORNER_BRACKET_C 
TKN_CURLY_BRACKET_O 
TKN_CURLY_BRACKET_C 
TKN_UPLUS 
TKN_NEG 

Definition at line 121 of file ct_parser.tab.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines