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