Converts the bytecode of a method into a quadruples based three address representation using the result of a bytecode based abstract interpretation of the method.
Converts the bytecode of a method into a quadruples based three address representation using the result of a bytecode based abstract interpretation of the method.
A method with a body. I.e., a non-native, non-abstract method.
The result of an abstract interpretation of the respective method.
The array with the generated statements.
Converts the bytecode of a method into a three address representation using quadruples. The converted method has an isomorophic CFG when compared to the original method, but may contain more instructions.