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