|
Methods defined here:
- __init__(self, l)
- attr_spec(self)
- boolean(self)
- complex(self)
- defaultClause(self, t)
- fetch_token(self)
- Read ahead one token
- is_boolean(self)
- query(self)
- query_struct(self)
- # This totally ignores the BNF, but does the 'right' thing
- result_set(self)
- term(self)
- top_set(self)
Data and non-method functions defined here:
- __doc__ = None
- __module__ = 'PyZ3950/pqf'
- str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- currentToken = None
- lexer = None
- nextToken = None
|