Exemplo n.º 1
0
 def get_tnsdl_fileinfo(self, source_code):
     return analyze_file.analyze_source_code_with_parser("", source_code, SDLReader())
Exemplo n.º 2
0
 def create_objc_lizard(self, source_code):
     return analyze_file.analyze_source_code_with_parser("", source_code, ObjCReader()).function_list
Exemplo n.º 3
0
 def get_tnsdl_fileinfo(self, source_code):
     return analyze_file.analyze_source_code_with_parser(
         "", source_code, SDLReader())
Exemplo n.º 4
0
def get_cpp_fileinfo(source_code):
    return analyze_file.analyze_source_code_with_parser("", source_code, CLikeReader())
Exemplo n.º 5
0
 def create_objc_lizard(self, source_code):
     return analyze_file.analyze_source_code_with_parser(
         "", source_code, ObjCReader()).function_list