示例#1
0
 def __init__(self):
     line_below_rule.__init__(self, 'process', '011', 'isEndProcess')
示例#2
0
 def __init__(self):
     line_below_rule.__init__(self)
     self.name = 'component'
     self.identifier = '018'
     self.condition = 'isComponentEnd'
示例#3
0
 def __init__(self):
     line_below_rule.__init__(self, 'case', '010', 'isEndCaseKeyword')
示例#4
0
 def __init__(self):
     line_below_rule.__init__(self, 'generate', '003', 'isGenerateEnd')
示例#5
0
 def __init__(self):
     line_below_rule.__init__(self, 'if', '030', 'isLastEndIf')
     self.solution = 'Add a blank line after the "end if"'
示例#6
0
 def __init__(self):
     line_below_rule.__init__(self, 'package', '011', 'isPackageKeyword')
示例#7
0
 def __init__(self):
     line_below_rule.__init__(self, 'case', '008', 'isCaseIsKeyword')
示例#8
0
 def __init__(self):
     line_below_rule.__init__(self)
     self.name = 'instantiation'
     self.identifier = '019'
     self.condition = 'isInstantiationPortEnd'
示例#9
0
 def __init__(self):
     line_below_rule.__init__(self, 'process', '022', 'isProcessBegin')
示例#10
0
 def __init__(self):
     line_below_rule.__init__(self, 'architecture', '017',
                              'isArchitectureBegin')
示例#11
0
 def __init__(self):
     line_below_rule.__init__(self, 'architecture', '015',
                              'isArchitectureKeyword')
示例#12
0
 def __init__(self):
     line_below_rule.__init__(self, 'function', '007', 'isFunctionEnd')
示例#13
0
 def __init__(self):
     line_below_rule.__init__(self, 'type', '011', 'isTypeEnd')