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

 
Classes
       
translator.visitor.intermediateVisitor.verilogTree.arithmetic.Arithmetic(translator.visitor.intermediateVisitor.verilogTree.node.Node)
ArithmeticWithoutCarry

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

Methods defined here:
__init__(self, name)
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)