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