You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).