translator.intermediateBuilder.subtractor
index
/home/yentl/UA/devs-eindwerk/translator/translator/intermediateBuilder/subtractor.py

 
Classes
       
translator.intermediateBuilder.carryArithmetic.CarryArithmetic(translator.intermediateBuilder.arithmeticNode.ArithmeticNode)
Subtractor

 
class Subtractor(translator.intermediateBuilder.carryArithmetic.CarryArithmetic)
    The Subtractor subtracts two values coming and outputs the difference
 
 
Method resolution order:
Subtractor
translator.intermediateBuilder.carryArithmetic.CarryArithmetic
translator.intermediateBuilder.arithmeticNode.ArithmeticNode
translator.intermediateBuilder.node.Node
translator.intermediateBuilder.element.Element
builtins.object

Methods defined here:
__init__(self)
Constructor

Methods inherited from translator.intermediateBuilder.carryArithmetic.CarryArithmetic:
bindOutputWithComp(self, wire, infoTuple)
Overwrites the parent function (but has the same meaning)
getAllElementsViaOuputConnected(self)
Overwrites the parent function (but has the same meaning)
setExtraOutput(self, originalWire, newWire)
Overwrites the parent function (but has the same meaning)

Data descriptors inherited from translator.intermediateBuilder.element.Element:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)