A tool to convert Java Source Code to Well-crafted Objective C Code
- 资源大小:307.68 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
java
ObjectiveC
资 源 简 介
This project provides a tool that converts Java classes to their equivalent objective C classes. Here are key differences in our approach compared to other similar tools (xmlvm is one such):
Works on Java source files instead of class files
Attempts to create well-crafted Objective C code as if it was written by hand
The generated code is not likely to have the exact same behavior and may not even compile. The generated code is a mere suggestion. A human should look at the generated code and tweak it automatically.
This project is still in its infancy. You can probably generate some barebone objective C classes if you directly manipulate the source-code but keep your expectations low at the moment. Any feedback or code patches are very welcome!
Project Roadmap
User Guide (temporary).
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
文 件 列 表
java2objc.jar
README.txt
run.bat
run.sh
lib
javaparser-1.0.1.jar