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

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

 
class Negator(translator.visitor.intermediateVisitor.verilogTree.arithmeticWithoutCarry.ArithmeticWithoutCarry)
    Negator corresponds to the Negator of the intermediate tree
 
 
Method resolution order:
Negator
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)
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)