Ejemplo n.º 1
0
 def __init__(self):
     single_space_after_token.__init__(self, 'report_statement', '100', lTokens)
Ejemplo n.º 2
0
 def __init__(self):
     single_space_after_token.__init__(self, 'variable', '005', lTokens)
     self.solution = 'Ensure only a single space after the colon.'
Ejemplo n.º 3
0
 def __init__(self):
     single_space_after_token.__init__(self, 'sequential', '002', lTokens)
     self.solution = 'Ensure at least a single space after the <=.'
Ejemplo n.º 4
0
 def __init__(self):
     single_space_after_token.__init__(self, 'attribute_declaration', '100', lTokens)
Ejemplo n.º 5
0
 def __init__(self):
     single_space_after_token.__init__(self, 'entity_specification', '100', lTokens)
Ejemplo n.º 6
0
 def __init__(self):
     single_space_after_token.__init__(self, 'constant', '005', lTokens)
Ejemplo n.º 7
0
 def __init__(self):
     single_space_after_token.__init__(self, 'concurrent', '002', lTokens)