Home | Trees | Indices | Help |
|
---|
|
object --+ | ParseNode
is a parse node, consisting of an operator and children.
The parse trees returned by the various parse functions are built from these.
This is an abstract class; concrete derivations need to define a set _standardOperators containing the normal binary operators for their types and a dictionary _sqlEmitters containing functions returning SQL fragments, or override asSQL.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |