Ejemplo n.º 1
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'generate', '005',
                                            lTokens)
Ejemplo n.º 2
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'process', '019', lTokens)
Ejemplo n.º 3
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'attribute_specification', '501', lTokens)
Ejemplo n.º 4
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'function', '506',
                                            lTokens)
Ejemplo n.º 5
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'type', '004', lTokens)
     self.configuration.append('prefix_exceptions')
     self.configuration.append('suffix_exceptions')
Ejemplo n.º 6
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'component', '008',
                                            lTokens)
Ejemplo n.º 7
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'entity', '012', lTokens)
Ejemplo n.º 8
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'context', '012', lTokens)
Ejemplo n.º 9
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'package', '013', lTokens)
Ejemplo n.º 10
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'instantiation', '009',
                                            lTokens)
Ejemplo n.º 11
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'for_loop', '003',
                                            lTokens)
Ejemplo n.º 12
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'package_body', '502',
                                            lTokens)
Ejemplo n.º 13
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'block', '500', lTokens)
Ejemplo n.º 14
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'architecture', '014',
                                            lTokens)
Ejemplo n.º 15
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'entity_specification',
                                            '502', lTokens)
Ejemplo n.º 16
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'constant', '004', lTokens)
Ejemplo n.º 17
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'signal', '004', lTokens)
Ejemplo n.º 18
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'procedure', '506', lTokens)
Ejemplo n.º 19
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'variable', '004', lTokens)