Method Summary |
|
__init__(self)
|
|
error(self)
|
|
t_comma (self,
s)
, |
|
t_comp_op (self,
s)
+ | * | == | >= | > | <= | < | != | like | caseInsensitiveLike | ilike |
|
t_comp_op2 (self,
s)
in[ [] | IN[ [] |
|
t_float (self,
s)
d+ . |
|
t_not_operator (self,
s)
NOT[ (] | not[ (] |
|
t_nullValue (self,
s)
NULL | None |
|
t_number (self,
s)
d+ |
|
t_operator (self,
s)
AND[ (] | and[ (] | OR[ (] | or[ (] |
|
t_paren_close (self,
s)
) |
|
t_paren_open (self,
s)
( |
|
t_square_bracket_close (self,
s)
] |
|
t_square_bracket_open (self,
s)
[ |
|
t_string (self,
s)
"[^"]*" |
|
t_whitespace (self,
s)
s+ |
|
t_z_keypath (self,
s)
[a-zA-Z][a-zA-Z0-9_\.]+... |
|
t_zz_error (self,
s)
.* |
|
tokenize(self,
input)
|
Inherited from GenericScanner |
|
makeRE (self,
name)
|
|
reflect (self)
|
|
t_default (self,
s)
( . |