Motr  M0
addb2grammar Namespace Reference

Data Structures

class  Addb2Grammar
 
class  Addb2Visitor
 

Functions

def visit_node (node, children, visitor)
 
def visit_children (children, visitor)
 
def visit_tree (res)
 
def inp ()
 

Variables

 grammar = Addb2Grammar()
 
 res = grammar.parse(string)
 

Function Documentation

◆ inp()

def addb2grammar.inp ( )

Definition at line 122 of file addb2grammar.py.

Here is the call graph for this function:

◆ visit_children()

def addb2grammar.visit_children (   children,
  visitor 
)

Definition at line 112 of file addb2grammar.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ visit_node()

def addb2grammar.visit_node (   node,
  children,
  visitor 
)

Definition at line 109 of file addb2grammar.py.

Here is the caller graph for this function:

◆ visit_tree()

def addb2grammar.visit_tree (   res)

Definition at line 116 of file addb2grammar.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ grammar

grammar = Addb2Grammar()

Definition at line 145 of file addb2grammar.py.

◆ res

res = grammar.parse(string)

Definition at line 146 of file addb2grammar.py.