Skip to content

What is CodeAPI

JonathanxD edited this page Jul 2, 2017 · 1 revision

What is CodeAPI

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).

Clone this wiki locally