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