class documentation

class BinaryOperationMap(_StaticAnalyzer): (source)

Constructor: BinaryOperationMap(root)

View In Hierarchy

Class for retrieving binary operations

Method __init__ No summary
Method map Get the binary operations
Instance Variable root Undocumented

Inherited from _StaticAnalyzer:

Static Method read_file Read a file as tokens
Method check Undocumented
Instance Variable file_name Undocumented
def __init__(self, root): (source)
Parameters
rootThe root node of the input source file.

Get the binary operations

Undocumented