Package Modeling :: Module QualifierParser :: Class QualifierScanner
[show private | hide private]
[frames | no frames]

Class QualifierScanner

GenericScanner --+
                 |
                QualifierScanner


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)
( .

Method Details

t_comma(self, s)

,

t_comp_op(self, s)

+ | * | == | >= | > | <= | < | != | like | caseInsensitiveLike | ilike

t_comp_op2(self, s)

in[ [] | IN[ []

t_float(self, s)

d+ . 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)

.*

Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 http://epydoc.sf.net