Geant4  10.02.p03
G4UItokenNum.hh File Reference
#include "globals.hh"
Include dependency graph for G4UItokenNum.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yystype
 

Typedefs

typedef struct yystype yystype
 

Enumerations

enum  tokenNum {
  NONE = 0, IDENTIFIER = 257, CONSTINT = 258, CONSTDOUBLE = 259,
  CONSTCHAR = 260, CONSTSTRING = 261, GT = 262, GE = 263,
  LT = 264, LE = 265, EQ = 266, NE = 267,
  LOGICALOR = 269, LOGICALAND = 270, SCAREAMER = 33, LPAREN = 40,
  PLUS = 43, MINUS = 45
}
 

Typedef Documentation

◆ yystype

typedef struct yystype yystype

Enumeration Type Documentation

◆ tokenNum

enum tokenNum
Enumerator
NONE 
IDENTIFIER 
CONSTINT 
CONSTDOUBLE 
CONSTCHAR 
CONSTSTRING 
GT 
GE 
LT 
LE 
EQ 
NE 
LOGICALOR 
LOGICALAND 
SCAREAMER 
LPAREN 
PLUS 
MINUS 

Definition at line 36 of file G4UItokenNum.hh.

37 {
38  NONE = 0,
39  IDENTIFIER = 257,
40  CONSTINT = 258,
41  CONSTDOUBLE= 259,
42  CONSTCHAR = 260,
43  CONSTSTRING= 261,
44  GT = 262,
45  GE = 263,
46  LT = 264,
47  LE = 265,
48  EQ = 266,
49  NE = 267,
50  //LOGICALNOT = 268,
51  LOGICALOR = 269,
52  LOGICALAND = 270,
53  SCAREAMER = 33,
54  LPAREN = 40,
55  PLUS = 43,
56  MINUS = 45
57 };