-
Notifications
You must be signed in to change notification settings - Fork 0
What is CodeAPI
JonathanxD edited this page Jul 2, 2017
·
1 revision
CodeAPI is a Java Code Representation Framework which can be compiled to both Bytecode (.class) and Java Source Code (.java). We also have a Bytecode to CodeAPI structure on roadmap of 4.0: BytecodeReader.
CodeAPI was designed to provide a way to generate bytecode and source code from same code base, as it evolved, now we plan to support class instrumentation and Decompilation (BytecodeReader + SourceWriter combination).