def __init__(self): line_below_rule.__init__(self, 'process', '011', 'isEndProcess')
def __init__(self): line_below_rule.__init__(self) self.name = 'component' self.identifier = '018' self.condition = 'isComponentEnd'
def __init__(self): line_below_rule.__init__(self, 'case', '010', 'isEndCaseKeyword')
def __init__(self): line_below_rule.__init__(self, 'generate', '003', 'isGenerateEnd')
def __init__(self): line_below_rule.__init__(self, 'if', '030', 'isLastEndIf') self.solution = 'Add a blank line after the "end if"'
def __init__(self): line_below_rule.__init__(self, 'package', '011', 'isPackageKeyword')
def __init__(self): line_below_rule.__init__(self, 'case', '008', 'isCaseIsKeyword')
def __init__(self): line_below_rule.__init__(self) self.name = 'instantiation' self.identifier = '019' self.condition = 'isInstantiationPortEnd'
def __init__(self): line_below_rule.__init__(self, 'process', '022', 'isProcessBegin')
def __init__(self): line_below_rule.__init__(self, 'architecture', '017', 'isArchitectureBegin')
def __init__(self): line_below_rule.__init__(self, 'architecture', '015', 'isArchitectureKeyword')
def __init__(self): line_below_rule.__init__(self, 'function', '007', 'isFunctionEnd')
def __init__(self): line_below_rule.__init__(self, 'type', '011', 'isTypeEnd')