Exemple #1
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'generate', '005',
                                            lTokens)
Exemple #2
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'process', '019', lTokens)
Exemple #3
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'attribute_specification', '501', lTokens)
Exemple #4
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'function', '506',
                                            lTokens)
Exemple #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')
Exemple #6
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'component', '008',
                                            lTokens)
Exemple #7
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'entity', '012', lTokens)
Exemple #8
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'context', '012', lTokens)
Exemple #9
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'package', '013', lTokens)
Exemple #10
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'instantiation', '009',
                                            lTokens)
Exemple #11
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'for_loop', '003',
                                            lTokens)
Exemple #12
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'package_body', '502',
                                            lTokens)
Exemple #13
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'block', '500', lTokens)
Exemple #14
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'architecture', '014',
                                            lTokens)
Exemple #15
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'entity_specification',
                                            '502', lTokens)
Exemple #16
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'constant', '004', lTokens)
Exemple #17
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'signal', '004', lTokens)
Exemple #18
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'procedure', '506', lTokens)
Exemple #19
0
 def __init__(self):
     token_case_with_prefix_suffix.__init__(self, 'variable', '004', lTokens)