예제 #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)
 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)
 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))
 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)
 def __init__(self):
     AnnotationParser.__init__(self, 'elastic_search_mapping', Ast.FieldNode)
예제 #18
0
 def __init__(self):
     AnnotationParser.__init__(self, ('throw', 'throws'), Ast.FunctionNode)
 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))
 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)