コード例 #1
0
 def __init__(self):
     AnnotationParser.__init__(self, ('throw', 'throws'), Ast.FunctionNode)
コード例 #2
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_log_level', (Ast.ExceptionTypeNode, Ast.FieldNode, Ast.FunctionNode))
コード例 #3
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_final', (Ast.ExceptionTypeNode, Ast.StructTypeNode))
コード例 #4
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_log_exception_stack_trace', (Ast.ExceptionTypeNode, Ast.FieldNode))
コード例 #5
0
 def __init__(self):
     AnnotationParser.__init__(self, 'param', Ast.FunctionNode)
コード例 #6
0
 def __init__(self):
     AnnotationParser.__init__(self, ('return', 'returns'), Ast.FunctionNode)
コード例 #7
0
 def __init__(self):
     AnnotationParser.__init__(self, tuple('requires_' + suffix for suffix in ('permissions', 'roles')), Ast.FunctionNode)
コード例 #8
0
 def __init__(self):
     AnnotationParser.__init__(self, 'param', Ast.FunctionNode)
コード例 #9
0
 def __init__(self):
     AnnotationParser.__init__(self, 'validation', (Ast.FieldNode, Ast.FunctionNode, Ast.TypedefNode))
コード例 #10
0
 def __init__(self):
     AnnotationParser.__init__(
         self,
         tuple('requires_' + suffix for suffix in ('permissions', 'roles')),
         Ast.FunctionNode)
コード例 #11
0
 def __init__(self):
     AnnotationParser.__init__(self, 'js_view_metadata', Ast.FieldNode)
コード例 #12
0
 def __init__(self):
     AnnotationParser.__init__(self, 'js_view_metadata', Ast.FieldNode)
コード例 #13
0
 def __init__(self):
     AnnotationParser.__init__(
         self, 'java_log_level',
         (Ast.ExceptionTypeNode, Ast.FieldNode, Ast.FunctionNode))
コード例 #14
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_final',
                               (Ast.ExceptionTypeNode, Ast.StructTypeNode))
コード例 #15
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_document_type', Ast.StructTypeNode)
コード例 #16
0
 def __init__(self):
     AnnotationParser.__init__(self, ('return', 'returns'),
                               Ast.FunctionNode)
コード例 #17
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mapping', Ast.FieldNode)
コード例 #18
0
 def __init__(self):
     AnnotationParser.__init__(self, ('throw', 'throws'), Ast.FunctionNode)
コード例 #19
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_document_type',
                               Ast.StructTypeNode)
コード例 #20
0
 def __init__(self):
     AnnotationParser.__init__(
         self, 'validation',
         (Ast.FieldNode, Ast.FunctionNode, Ast.TypedefNode))
コード例 #21
0
 def __init__(self):
     AnnotationParser.__init__(self, 'java_log_exception_stack_trace',
                               (Ast.ExceptionTypeNode, Ast.FieldNode))
コード例 #22
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mapping',
                               Ast.FieldNode)
コード例 #23
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mappings_base',
                               Ast.StructTypeNode)
コード例 #24
0
 def __init__(self):
     AnnotationParser.__init__(self, 'sql_foreign_key', (Ast.FieldNode, Ast.StructTypeNode))
コード例 #25
0
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mappings_base', Ast.StructTypeNode)
コード例 #26
0
 def __init__(self, annotation_names, ast_node_types):
     AnnotationParser.__init__(self, annotation_names, ast_node_types)