Ejemplo n.º 1
0
 def __init__(self):
     AnnotationParser.__init__(self, ('throw', 'throws'), Ast.FunctionNode)
Ejemplo n.º 2
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_log_level', (Ast.ExceptionTypeNode, Ast.FieldNode, Ast.FunctionNode))
Ejemplo n.º 3
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_final', (Ast.ExceptionTypeNode, Ast.StructTypeNode))
Ejemplo n.º 4
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_log_exception_stack_trace', (Ast.ExceptionTypeNode, Ast.FieldNode))
Ejemplo n.º 5
0
 def __init__(self):
     AnnotationParser.__init__(self, 'param', Ast.FunctionNode)
Ejemplo n.º 6
0
 def __init__(self):
     AnnotationParser.__init__(self, ('return', 'returns'), Ast.FunctionNode)
 def __init__(self):
     AnnotationParser.__init__(self, tuple('requires_' + suffix for suffix in ('permissions', 'roles')), Ast.FunctionNode)
Ejemplo n.º 8
0
 def __init__(self):
     AnnotationParser.__init__(self, 'param', Ast.FunctionNode)
Ejemplo n.º 9
0
 def __init__(self):
     AnnotationParser.__init__(self, 'validation', (Ast.FieldNode, Ast.FunctionNode, Ast.TypedefNode))
Ejemplo n.º 10
0
 def __init__(self):
     AnnotationParser.__init__(
         self,
         tuple('requires_' + suffix for suffix in ('permissions', 'roles')),
         Ast.FunctionNode)
 def __init__(self):
     AnnotationParser.__init__(self, 'js_view_metadata', Ast.FieldNode)
Ejemplo n.º 12
0
 def __init__(self):
     AnnotationParser.__init__(self, 'js_view_metadata', Ast.FieldNode)
Ejemplo n.º 13
0
 def __init__(self):
     AnnotationParser.__init__(
         self, 'java_log_level',
         (Ast.ExceptionTypeNode, Ast.FieldNode, Ast.FunctionNode))
Ejemplo n.º 14
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_final',
                               (Ast.ExceptionTypeNode, Ast.StructTypeNode))
Ejemplo n.º 15
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_document_type', Ast.StructTypeNode)
Ejemplo n.º 16
0
 def __init__(self):
     AnnotationParser.__init__(self, ('return', 'returns'),
                               Ast.FunctionNode)
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mapping', Ast.FieldNode)
Ejemplo n.º 18
0
 def __init__(self):
     AnnotationParser.__init__(self, ('throw', 'throws'), Ast.FunctionNode)
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_document_type',
                               Ast.StructTypeNode)
Ejemplo n.º 20
0
 def __init__(self):
     AnnotationParser.__init__(
         self, 'validation',
         (Ast.FieldNode, Ast.FunctionNode, Ast.TypedefNode))
Ejemplo n.º 21
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_log_exception_stack_trace',
                               (Ast.ExceptionTypeNode, Ast.FieldNode))
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mapping',
                               Ast.FieldNode)
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mappings_base',
                               Ast.StructTypeNode)
 def __init__(self):
     AnnotationParser.__init__(self, 'sql_foreign_key', (Ast.FieldNode, Ast.StructTypeNode))
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mappings_base', Ast.StructTypeNode)
 def __init__(self, annotation_names, ast_node_types):
     AnnotationParser.__init__(self, annotation_names, ast_node_types)