translator.visitor.intermediateVisitor.verilogTree.comparator
index
/home/yentl/UA/devs-eindwerk/translator/translator/visitor/intermediateVisitor/verilogTree/comparator.py

 
Classes
       
translator.visitor.intermediateVisitor.verilogTree.arithmeticWithoutCarry.ArithmeticWithoutCarry(translator.visitor.intermediateVisitor.verilogTree.arithmetic.Arithmetic)
Comparator

 
class Comparator(translator.visitor.intermediateVisitor.verilogTree.arithmeticWithoutCarry.ArithmeticWithoutCarry)
    Comparator corresponds to the Comparator of the intermediate tree
 
 
Method resolution order:
Comparator
translator.visitor.intermediateVisitor.verilogTree.arithmeticWithoutCarry.ArithmeticWithoutCarry
translator.visitor.intermediateVisitor.verilogTree.arithmetic.Arithmetic
translator.visitor.intermediateVisitor.verilogTree.node.Node
builtins.object

Methods defined here:
__init__(self, name, type)
Constructor

Data descriptors inherited from translator.visitor.intermediateVisitor.verilogTree.node.Node:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)