def __init__(self): line_above_rule.__init__(self, 'generate', '004', 'isGenerateLabel')
def __init__(self): line_above_rule.__init__(self, 'case', '007', 'isCaseKeyword', 'isComment')
def __init__(self): line_above_rule.__init__(self, 'case', '009', 'isEndCaseKeyword')
def __init__(self): line_above_rule.__init__(self, 'generate', '004', 'isGenerateKeyword')
def __init__(self): line_above_rule.__init__(self) self.name = 'component' self.identifier = '003' self.condition = 'isComponentDeclaration'
def __init__(self): line_above_rule.__init__(self, 'type', '010', 'isTypeKeyword')
def __init__(self): line_above_rule.__init__(self, 'library', '003', 'isLibrary')
def __init__(self): line_above_rule.__init__(self, 'architecture', '016', 'isArchitectureBegin')
def __init__(self): line_above_rule.__init__(self, 'package', '012', 'isPackageEnd')
def __init__(self): line_above_rule.__init__(self, 'process', '023', 'isEndProcess')
def __init__(self): line_above_rule.__init__(self, 'entity', '003', 'isEntityDeclaration') self.solution = 'Add blank line above entity keyword.'
def __init__(self): line_above_rule.__init__(self, 'architecture', '018', 'isEndArchitecture')
def __init__(self): line_above_rule.__init__(self, 'architecture', '003', 'isArchitectureKeyword')
def __init__(self): line_above_rule.__init__(self, 'function', '006', 'isFunctionKeyword')
def __init__(self): line_above_rule.__init__(self) self.name = 'instantiation' self.identifier = '004' self.condition = 'isInstantiationDeclaration' self.sUnless = 'isComment'
def __init__(self): line_above_rule.__init__(self, 'package', '003', 'isPackageKeyword')