| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+        
         |        
      Node --+    
             |    
 MultiTermNode --+
                 |
                Sequence
A term that is an ordered sequence of terms.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from  Inherited from  Inherited from  Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
        _Precedence = -2An integral value used for parenthesizing expressions.  | 
  |||
    
  | 
|||
| 
     Inherited from  Inherited from  Inherited from   | 
  |||
    
  | 
|||
  
 Term that collects an ordered sequence 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 Sun Sep 18 22:33:49 2016 | http://epydoc.sourceforge.net |