def __init__(self): single_space_between_token_pairs.__init__(self, 'concurrent', '004', lTokens, bMinimum=True) self.solution = 'Ensure a single space between target and assignment.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'process', '007', lTokens) self.solution = 'Ensure a single space after the end keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'variable_assignment', '002', lTokens) self.solution = 'Ensure a single space after the :=.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'package', '009', lTokens) self.solution = 'Single space between *end* and *package* keywords and package_simple_name.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'package', '002', lTokens) self.solution = 'Ensure a single space between the *package* keyword and identifier and *is* keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'type', '007', lTokens) self.solution = 'Ensure only a single space after the *is* keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'generic', '003', lTokens) self.solution = 'Change spacing between "generic" and "(" to one space.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'instantiation', '032', lTokens) self.solution = 'Ensure a single space exists between *component* and the component_name.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'if', '003', lTokens) self.solution = 'Ensure only a single space exists between the *if* keyword and (.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'generic_map', '006', lTokens) self.solution = 'Ensure a single space exists between "map" and (.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'procedure', '101', lTokens) self.solution = 'Ensure a single space between the keywords in the closing part of a procedure specification.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'if', '015', lTokens) self.solution = 'Ensure only a single space exists between the "end" and "if" keywords.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'process', '014', lTokens) self.solution = 'Ensure a single space before the *is* keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'generate', '002', lTokens) self.solution = 'Ensure a single space between label and :.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'instantiation', '018', lTokens) self.solution = 'Ensure a single space exists between "map" and (.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'process', '025', lTokens) self.solution = 'Ensure a single space exists between the : and the *process* keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'function', '100', lTokens) self.solution = 'Ensure a single space between the keywords in the opening part of a function specification.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'process', '024', lTokens) self.solution = 'Ensure a single space exists between process label and :.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'type', '006', lTokens) self.solution = 'Ensure only a single space before the is keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'library', '002', lTokens) self.solution = 'Ensure a single space between the *library* keyword and the logical_name.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'procedure_call', '100', lTokens) self.solution = 'Ensure a single space between the label, colon, *postponed* keyword and procedure_name.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'block', '101', lTokens)
def __init__(self): single_space_between_token_pairs.__init__(self, 'package_body', '100', lTokens) self.solution = 'Ensure a single space between the package keyword and body keyword and identifier and is keyword.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'generate', '008', lTokens) self.solution = 'Ensure there is only one space between the "end" and "generate" keywords.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'library', '006', lTokens) self.solution = 'Ensure a single space between the *use* keyword and the selected_name.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'generate', '013', lTokens) self.solution = 'Ensure there is only one space between the *generate* keyword and the label.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'instantiation', '003', lTokens) self.solution = 'Ensure only one space before the :.'
def __init__(self): single_space_between_token_pairs.__init__(self, 'generate', '014', lTokens) self.solution = 'Ensure a single space exists after the label colon.'