Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package gadfly :: Module semantics :: Class BoundExpression |
|
SimpleRecursive
--+
|
BoundExpression
BoundAddition
,
BoundAttribute
,
BoundDivision
,
BoundMinus
,
BoundMultiplication
,
BoundSubtraction
,
Constant
superclass for all bound expressions. except where overloaded expressions are binary with self.left and self.right
Method Summary | |
---|---|
__init__(self,
left,
right)
| |
__add__(self,
other)
| |
__coerce__(self,
other)
| |
__div__(self,
other)
| |
__mul__(self,
other)
| |
__neg__(self)
| |
__repr__(self)
| |
__sub__(self,
other)
| |
attribute(self)
| |
domain(self)
| |
return predicate equating self and other. | |
initargs(self)
| |
predicate self<=other... | |
predicate self<other... | |
relbind(self,
dict,
db)
| |
prepare for execution, clear cached data. | |
Inherited from SimpleRecursive | |
| |
|
Class Variable Summary | |
---|---|
int |
contains_aggregate = 0 |
Method Details |
---|
equate(self, other)return predicate equating self and other. Overload for special cases, please! |
le(self, other)predicate self<=other |
lt(self, other)predicate self<other |
uncache(self)prepare for execution, clear cached data. |
Class Variable Details |
---|
contains_aggregate
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:31 2003 | http://epydoc.sf.net |