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