Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

wsgram.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

union  YYSTYPE
struct  YYLTYPE

Defines

#define tINVALID   258
#define tTRUE   259
#define tFALSE   260
#define tINTEGER   261
#define tFLOAT   262
#define tSTRING   263
#define tIDENTIFIER   264
#define tACCESS   265
#define tAGENT   266
#define tBREAK   267
#define tCONTINUE   268
#define tIDIV   269
#define tIDIVA   270
#define tDOMAIN   271
#define tELSE   272
#define tEQUIV   273
#define tEXTERN   274
#define tFOR   275
#define tFUNCTION   276
#define tHEADER   277
#define tHTTP   278
#define tIF   279
#define tISVALID   280
#define tMETA   281
#define tNAME   282
#define tPATH   283
#define tRETURN   284
#define tTYPEOF   285
#define tUSE   286
#define tUSER   287
#define tVAR   288
#define tWHILE   289
#define tURL   290
#define tDELETE   291
#define tIN   292
#define tLIB   293
#define tNEW   294
#define tNULL   295
#define tTHIS   296
#define tVOID   297
#define tWITH   298
#define tCASE   299
#define tCATCH   300
#define tCLASS   301
#define tCONST   302
#define tDEBUGGER   303
#define tDEFAULT   304
#define tDO   305
#define tENUM   306
#define tEXPORT   307
#define tEXTENDS   308
#define tFINALLY   309
#define tIMPORT   310
#define tPRIVATE   311
#define tPUBLIC   312
#define tSIZEOF   313
#define tSTRUCT   314
#define tSUPER   315
#define tSWITCH   316
#define tTHROW   317
#define tTRY   318
#define tEQ   319
#define tLE   320
#define tGE   321
#define tNE   322
#define tAND   323
#define tOR   324
#define tPLUSPLUS   325
#define tMINUSMINUS   326
#define tLSHIFT   327
#define tRSSHIFT   328
#define tRSZSHIFT   329
#define tADDA   330
#define tSUBA   331
#define tMULA   332
#define tDIVA   333
#define tANDA   334
#define tORA   335
#define tXORA   336
#define tREMA   337
#define tLSHIFTA   338
#define tRSSHIFTA   339
#define tRSZSHIFTA   340
#define yystype   YYSTYPE
#define YYSTYPE_IS_DECLARED   1
#define YYSTYPE_IS_TRIVIAL   1
#define yyltype   YYLTYPE
#define YYLTYPE_IS_DECLARED   1
#define YYLTYPE_IS_TRIVIAL   1

Typedefs

typedef YYSTYPE YYSTYPE
typedef YYLTYPE YYLTYPE

Enumerations

enum  yytokentype {
  tINVALID = 258, tTRUE = 259, tFALSE = 260, tINTEGER = 261,
  tFLOAT = 262, tSTRING = 263, tIDENTIFIER = 264, tACCESS = 265,
  tAGENT = 266, tBREAK = 267, tCONTINUE = 268, tIDIV = 269,
  tIDIVA = 270, tDOMAIN = 271, tELSE = 272, tEQUIV = 273,
  tEXTERN = 274, tFOR = 275, tFUNCTION = 276, tHEADER = 277,
  tHTTP = 278, tIF = 279, tISVALID = 280, tMETA = 281,
  tNAME = 282, tPATH = 283, tRETURN = 284, tTYPEOF = 285,
  tUSE = 286, tUSER = 287, tVAR = 288, tWHILE = 289,
  tURL = 290, tDELETE = 291, tIN = 292, tLIB = 293,
  tNEW = 294, tNULL = 295, tTHIS = 296, tVOID = 297,
  tWITH = 298, tCASE = 299, tCATCH = 300, tCLASS = 301,
  tCONST = 302, tDEBUGGER = 303, tDEFAULT = 304, tDO = 305,
  tENUM = 306, tEXPORT = 307, tEXTENDS = 308, tFINALLY = 309,
  tIMPORT = 310, tPRIVATE = 311, tPUBLIC = 312, tSIZEOF = 313,
  tSTRUCT = 314, tSUPER = 315, tSWITCH = 316, tTHROW = 317,
  tTRY = 318, tEQ = 319, tLE = 320, tGE = 321,
  tNE = 322, tAND = 323, tOR = 324, tPLUSPLUS = 325,
  tMINUSMINUS = 326, tLSHIFT = 327, tRSSHIFT = 328, tRSZSHIFT = 329,
  tADDA = 330, tSUBA = 331, tMULA = 332, tDIVA = 333,
  tANDA = 334, tORA = 335, tXORA = 336, tREMA = 337,
  tLSHIFTA = 338, tRSSHIFTA = 339, tRSZSHIFTA = 340
}


Define Documentation

#define tACCESS   265
 

Definition at line 124 of file wsgram.h.

#define tADDA   330
 

Definition at line 189 of file wsgram.h.

#define tAGENT   266
 

Definition at line 125 of file wsgram.h.

#define tAND   323
 

Definition at line 182 of file wsgram.h.

#define tANDA   334
 

Definition at line 193 of file wsgram.h.

#define tBREAK   267
 

Definition at line 126 of file wsgram.h.

#define tCASE   299
 

Definition at line 158 of file wsgram.h.

#define tCATCH   300
 

Definition at line 159 of file wsgram.h.

#define tCLASS   301
 

Definition at line 160 of file wsgram.h.

#define tCONST   302
 

Definition at line 161 of file wsgram.h.

#define tCONTINUE   268
 

Definition at line 127 of file wsgram.h.

#define tDEBUGGER   303
 

Definition at line 162 of file wsgram.h.

#define tDEFAULT   304
 

Definition at line 163 of file wsgram.h.

#define tDELETE   291
 

Definition at line 150 of file wsgram.h.

#define tDIVA   333
 

Definition at line 192 of file wsgram.h.

#define tDO   305
 

Definition at line 164 of file wsgram.h.

#define tDOMAIN   271
 

Definition at line 130 of file wsgram.h.

#define tELSE   272
 

Definition at line 131 of file wsgram.h.

#define tENUM   306
 

Definition at line 165 of file wsgram.h.

#define tEQ   319
 

Definition at line 178 of file wsgram.h.

#define tEQUIV   273
 

Definition at line 132 of file wsgram.h.

#define tEXPORT   307
 

Definition at line 166 of file wsgram.h.

#define tEXTENDS   308
 

Definition at line 167 of file wsgram.h.

#define tEXTERN   274
 

Definition at line 133 of file wsgram.h.

#define tFALSE   260
 

Definition at line 119 of file wsgram.h.

#define tFINALLY   309
 

Definition at line 168 of file wsgram.h.

#define tFLOAT   262
 

Definition at line 121 of file wsgram.h.

#define tFOR   275
 

Definition at line 134 of file wsgram.h.

#define tFUNCTION   276
 

Definition at line 135 of file wsgram.h.

#define tGE   321
 

Definition at line 180 of file wsgram.h.

#define tHEADER   277
 

Definition at line 136 of file wsgram.h.

#define tHTTP   278
 

Definition at line 137 of file wsgram.h.

#define tIDENTIFIER   264
 

Definition at line 123 of file wsgram.h.

#define tIDIV   269
 

Definition at line 128 of file wsgram.h.

#define tIDIVA   270
 

Definition at line 129 of file wsgram.h.

#define tIF   279
 

Definition at line 138 of file wsgram.h.

#define tIMPORT   310
 

Definition at line 169 of file wsgram.h.

#define tIN   292
 

Definition at line 151 of file wsgram.h.

#define tINTEGER   261
 

Definition at line 120 of file wsgram.h.

#define tINVALID   258
 

Definition at line 117 of file wsgram.h.

#define tISVALID   280
 

Definition at line 139 of file wsgram.h.

#define tLE   320
 

Definition at line 179 of file wsgram.h.

#define tLIB   293
 

Definition at line 152 of file wsgram.h.

#define tLSHIFT   327
 

Definition at line 186 of file wsgram.h.

#define tLSHIFTA   338
 

Definition at line 197 of file wsgram.h.

#define tMETA   281
 

Definition at line 140 of file wsgram.h.

#define tMINUSMINUS   326
 

Definition at line 185 of file wsgram.h.

#define tMULA   332
 

Definition at line 191 of file wsgram.h.

#define tNAME   282
 

Definition at line 141 of file wsgram.h.

#define tNE   322
 

Definition at line 181 of file wsgram.h.

#define tNEW   294
 

Definition at line 153 of file wsgram.h.

#define tNULL   295
 

Definition at line 154 of file wsgram.h.

#define tOR   324
 

Definition at line 183 of file wsgram.h.

#define tORA   335
 

Definition at line 194 of file wsgram.h.

#define tPATH   283
 

Definition at line 142 of file wsgram.h.

#define tPLUSPLUS   325
 

Definition at line 184 of file wsgram.h.

#define tPRIVATE   311
 

Definition at line 170 of file wsgram.h.

#define tPUBLIC   312
 

Definition at line 171 of file wsgram.h.

#define tREMA   337
 

Definition at line 196 of file wsgram.h.

#define tRETURN   284
 

Definition at line 143 of file wsgram.h.

#define tRSSHIFT   328
 

Definition at line 187 of file wsgram.h.

#define tRSSHIFTA   339
 

Definition at line 198 of file wsgram.h.

#define tRSZSHIFT   329
 

Definition at line 188 of file wsgram.h.

#define tRSZSHIFTA   340
 

Definition at line 199 of file wsgram.h.

#define tSIZEOF   313
 

Definition at line 172 of file wsgram.h.

#define tSTRING   263
 

Definition at line 122 of file wsgram.h.

#define tSTRUCT   314
 

Definition at line 173 of file wsgram.h.

#define tSUBA   331
 

Definition at line 190 of file wsgram.h.

#define tSUPER   315
 

Definition at line 174 of file wsgram.h.

#define tSWITCH   316
 

Definition at line 175 of file wsgram.h.

#define tTHIS   296
 

Definition at line 155 of file wsgram.h.

#define tTHROW   317
 

Definition at line 176 of file wsgram.h.

#define tTRUE   259
 

Definition at line 118 of file wsgram.h.

#define tTRY   318
 

Definition at line 177 of file wsgram.h.

#define tTYPEOF   285
 

Definition at line 144 of file wsgram.h.

#define tURL   290
 

Definition at line 149 of file wsgram.h.

#define tUSE   286
 

Definition at line 145 of file wsgram.h.

#define tUSER   287
 

Definition at line 146 of file wsgram.h.

#define tVAR   288
 

Definition at line 147 of file wsgram.h.

#define tVOID   297
 

Definition at line 156 of file wsgram.h.

#define tWHILE   289
 

Definition at line 148 of file wsgram.h.

#define tWITH   298
 

Definition at line 157 of file wsgram.h.

#define tXORA   336
 

Definition at line 195 of file wsgram.h.

#define yyltype   YYLTYPE
 

Definition at line 239 of file wsgram.h.

#define YYLTYPE_IS_DECLARED   1
 

Definition at line 240 of file wsgram.h.

#define YYLTYPE_IS_TRIVIAL   1
 

Definition at line 241 of file wsgram.h.

#define yystype   YYSTYPE
 

Definition at line 224 of file wsgram.h.

#define YYSTYPE_IS_DECLARED   1
 

Definition at line 225 of file wsgram.h.

#define YYSTYPE_IS_TRIVIAL   1
 

Definition at line 226 of file wsgram.h.


Typedef Documentation

typedef struct YYLTYPE YYLTYPE
 

typedef union YYSTYPE YYSTYPE
 


Enumeration Type Documentation

enum yytokentype
 

Enumeration values:
tINVALID 
tTRUE 
tFALSE 
tINTEGER 
tFLOAT 
tSTRING 
tIDENTIFIER 
tACCESS 
tAGENT 
tBREAK 
tCONTINUE 
tIDIV 
tIDIVA 
tDOMAIN 
tELSE 
tEQUIV 
tEXTERN 
tFOR 
tFUNCTION 
tHEADER 
tHTTP 
tIF 
tISVALID 
tMETA 
tNAME 
tPATH 
tRETURN 
tTYPEOF 
tUSE 
tUSER 
tVAR 
tWHILE 
tURL 
tDELETE 
tIN 
tLIB 
tNEW 
tNULL 
tTHIS 
tVOID 
tWITH 
tCASE 
tCATCH 
tCLASS 
tCONST 
tDEBUGGER 
tDEFAULT 
tDO 
tENUM 
tEXPORT 
tEXTENDS 
tFINALLY 
tIMPORT 
tPRIVATE 
tPUBLIC 
tSIZEOF 
tSTRUCT 
tSUPER 
tSWITCH 
tTHROW 
tTRY 
tEQ 
tLE 
tGE 
tNE 
tAND 
tOR 
tPLUSPLUS 
tMINUSMINUS 
tLSHIFT 
tRSSHIFT 
tRSZSHIFT 
tADDA 
tSUBA 
tMULA 
tDIVA 
tANDA 
tORA 
tXORA 
tREMA 
tLSHIFTA 
tRSSHIFTA 
tRSZSHIFTA 

Definition at line 31 of file wsgram.h.

00031                     {
00032      tINVALID = 258,
00033      tTRUE = 259,
00034      tFALSE = 260,
00035      tINTEGER = 261,
00036      tFLOAT = 262,
00037      tSTRING = 263,
00038      tIDENTIFIER = 264,
00039      tACCESS = 265,
00040      tAGENT = 266,
00041      tBREAK = 267,
00042      tCONTINUE = 268,
00043      tIDIV = 269,
00044      tIDIVA = 270,
00045      tDOMAIN = 271,
00046      tELSE = 272,
00047      tEQUIV = 273,
00048      tEXTERN = 274,
00049      tFOR = 275,
00050      tFUNCTION = 276,
00051      tHEADER = 277,
00052      tHTTP = 278,
00053      tIF = 279,
00054      tISVALID = 280,
00055      tMETA = 281,
00056      tNAME = 282,
00057      tPATH = 283,
00058      tRETURN = 284,
00059      tTYPEOF = 285,
00060      tUSE = 286,
00061      tUSER = 287,
00062      tVAR = 288,
00063      tWHILE = 289,
00064      tURL = 290,
00065      tDELETE = 291,
00066      tIN = 292,
00067      tLIB = 293,
00068      tNEW = 294,
00069      tNULL = 295,
00070      tTHIS = 296,
00071      tVOID = 297,
00072      tWITH = 298,
00073      tCASE = 299,
00074      tCATCH = 300,
00075      tCLASS = 301,
00076      tCONST = 302,
00077      tDEBUGGER = 303,
00078      tDEFAULT = 304,
00079      tDO = 305,
00080      tENUM = 306,
00081      tEXPORT = 307,
00082      tEXTENDS = 308,
00083      tFINALLY = 309,
00084      tIMPORT = 310,
00085      tPRIVATE = 311,
00086      tPUBLIC = 312,
00087      tSIZEOF = 313,
00088      tSTRUCT = 314,
00089      tSUPER = 315,
00090      tSWITCH = 316,
00091      tTHROW = 317,
00092      tTRY = 318,
00093      tEQ = 319,
00094      tLE = 320,
00095      tGE = 321,
00096      tNE = 322,
00097      tAND = 323,
00098      tOR = 324,
00099      tPLUSPLUS = 325,
00100      tMINUSMINUS = 326,
00101      tLSHIFT = 327,
00102      tRSSHIFT = 328,
00103      tRSZSHIFT = 329,
00104      tADDA = 330,
00105      tSUBA = 331,
00106      tMULA = 332,
00107      tDIVA = 333,
00108      tANDA = 334,
00109      tORA = 335,
00110      tXORA = 336,
00111      tREMA = 337,
00112      tLSHIFTA = 338,
00113      tRSSHIFTA = 339,
00114      tRSZSHIFTA = 340
00115    };

See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.