Ejemplo n.º 1
0
 def __init__(self):
     token_indent.__init__(self, 'component', '009', lTokens)
Ejemplo n.º 2
0
 def __init__(self):
     token_indent.__init__(self, 'entity', '001', lTokens)
Ejemplo n.º 3
0
 def __init__(self):
     token_indent.__init__(self, 'attribute', '001', lTokens)
Ejemplo n.º 4
0
 def __init__(self):
     token_indent.__init__(self, 'comment', '010', [parser.comment])
     self.phase = 4
     self.subphase = 3
Ejemplo n.º 5
0
 def __init__(self):
     token_indent.__init__(self, 'generic', '008', lTokens)
Ejemplo n.º 6
0
 def __init__(self):
     token_indent.__init__(self, 'type', '001', lTokens)
Ejemplo n.º 7
0
 def __init__(self):
     token_indent.__init__(self, 'library', '001', lTokens)
Ejemplo n.º 8
0
 def __init__(self):
     token_indent.__init__(self, 'for_loop', '002', lTokens)
Ejemplo n.º 9
0
 def __init__(self):
     token_indent.__init__(self, 'attribute_specification', '300', lTokens)
Ejemplo n.º 10
0
 def __init__(self):
     token_indent.__init__(self, 'comment', '010', [parser.comment])
Ejemplo n.º 11
0
 def __init__(self):
     token_indent.__init__(self, 'variable', '001', lTokens)
Ejemplo n.º 12
0
 def __init__(self):
     token_indent.__init__(self, 'process', '001', lTokens)
Ejemplo n.º 13
0
 def __init__(self):
     token_indent.__init__(self, 'procedure', '003', lTokens)
Ejemplo n.º 14
0
 def __init__(self):
     token_indent.__init__(self, 'while_loop', '001', lTokens)
Ejemplo n.º 15
0
 def __init__(self):
     token_indent.__init__(self, 'variable_assignment', '001', lTokens)
Ejemplo n.º 16
0
 def __init__(self):
     token_indent.__init__(self, 'concurrent', '001', lTokens)
Ejemplo n.º 17
0
 def __init__(self):
     token_indent.__init__(self, 'assert', '001', lTokens)
Ejemplo n.º 18
0
 def __init__(self):
     token_indent.__init__(self, 'context_ref', '001', lTokens)
Ejemplo n.º 19
0
 def __init__(self):
     token_indent.__init__(self, 'procedure_call', '301', lTokens)
Ejemplo n.º 20
0
 def __init__(self):
     token_indent.__init__(self, 'function', '001', lTokens)
Ejemplo n.º 21
0
 def __init__(self):
     token_indent.__init__(self, 'type', '005', lTokens)
     self.solution = 'Ensure proper indentation.'
Ejemplo n.º 22
0
 def __init__(self):
     token_indent.__init__(self, 'loop_statement', '300', lTokens)
Ejemplo n.º 23
0
 def __init__(self):
     token_indent.__init__(self, 'signal', '001', lTokens)
Ejemplo n.º 24
0
 def __init__(self):
     token_indent.__init__(self, 'context', '020', lTokens)
Ejemplo n.º 25
0
 def __init__(self):
     token_indent.__init__(self, 'block', '301', lTokens)
Ejemplo n.º 26
0
 def __init__(self):
     token_indent.__init__(self, 'sequential', '001', lTokens)
Ejemplo n.º 27
0
 def __init__(self):
     token_indent.__init__(self, 'if', '013', lTokens)
Ejemplo n.º 28
0
 def __init__(self):
     token_indent.__init__(self, 'generate', '006', lTokens)
Ejemplo n.º 29
0
 def __init__(self):
     token_indent.__init__(self, 'architecture', '001',
                           [token.architecture_keyword])
Ejemplo n.º 30
0
 def __init__(self):
     token_indent.__init__(self, 'package_body', '300', lTokens)