Definitions for "Jimple"
Jimple is an intermediate representation of a Java program and language for it, designed as an alternative to the stack-based bytecode. It is typed and has a form of conventional three address code, thus the designer believes it is more suitable for optimization. On the one hand this is due to the fact that Jimple consists of only 15 different possible operations.