Exemple #1
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'process', '033', lAlign,
         token.process_statement.process_keyword,
         token.process_statement.begin_keyword, lUnless)
     self.solution = 'Align :\'s.'
     self.subphase = 2
Exemple #2
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'architecture', '026', lAlign,
         token.architecture_body.is_keyword,
         token.architecture_body.begin_keyword, lUnless)
     self.solution = 'Align identifer.'
     self.subphase = 3
Exemple #3
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'subprogram_body', '400', lAlign, oStart, oEnd, lUnless)
     self.solution = 'Align identifer.'
     self.if_control_statements_ends_group = True
     self.case_control_statements_ends_group = True
     self.case_keyword_statements_ends_group = True
     self.loop_control_statements_ends_group = True
Exemple #4
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'block', '400', lAlign, token.block_statement.block_keyword,
         token.block_statement.begin_keyword, lUnless)
     self.solution = 'Align identifer.'
Exemple #5
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'process', '031', lAlign,
         token.process_statement.process_keyword,
         token.process_statement.begin_keyword, lUnless)
     self.solution = 'Align the first character of each identifier.'
Exemple #6
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(self, 'package_body', '400', lAlign, token.package_body.is_keyword, token.package_body.end_keyword, lUnless)
     self.solution = 'Align identifer.'
Exemple #7
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'sequential', '005', lAlign, oStart, oEnd, lUnless)
     self.solution = 'Align identifer.'
     self.if_control_statements_ends_group = True
     self.case_control_statements_ends_group = True
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'package', '019', lAlign,
         token.package_declaration.is_keyword,
         token.package_declaration.end_keyword, lUnless)
     self.solution = 'Align identifer.'
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(self, 'function', '015', lAlign, token.subprogram_body.is_keyword, token.subprogram_body.begin_keyword, lUnless)
     self.solution = 'Align identifer.'
Exemple #10
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'package', '400', lAlign, oStart, oEnd, lUnless)
     self.solution = 'Align colon.'
     self.subphase = 3
Exemple #11
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'process', '031', lAlign, oStart, oEnd, lUnless)
     self.solution = 'Align the first character of each identifier.'
Exemple #12
0
 def __init__(self):
     align_tokens_in_region_between_tokens_unless_between_tokens.__init__(
         self, 'block', '401', lAlign, token.block_statement.block_keyword,
         token.block_statement.begin_keyword, lUnless)
     self.solution = 'Align colon.'
     self.subphase = 2