Home | Trees | Indices | Help |
|
---|
|
object --+ | Node --+ | MultiTermNode --+ | Choice
A term that may be any one of a set of terms.
This term matches if any one of its contained terms matches.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_Precedence = -3 An integral value used for parenthesizing expressions. |
|||
|
|||
Inherited from Inherited from Inherited from |
|
Term that selects one of a set of terms. The terms are provided as arguments. All must be instances of a subclass of Node.
|
Abstract method that defines first for the subclass. The return value should be an iterable of tuples of integers denoting paths from this node through the term tree to a symbol.
|
Abstract method that defines last for the subclass. The return value should be an iterable of tuples of integers denoting paths from this node through the term tree to a symbol.
|
Abstract method that defines nullable for the subclass. The return value should be
|
Abstract method that defines follow for the subclass. The return value should be a map from tuples of integers (positions) to a list of transitions, where a transition is a position and an update instruction.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:55 2013 | http://epydoc.sourceforge.net |