Class LegacyJimplePrinter


public class LegacyJimplePrinter extends NormalStmtPrinter
StmtPrinter implementation for normal (full) Jimple for OldSoot

List of differences between old and current Jimple: - tableswitch and lookupswitch got merged into switch - now imports are possible - disabled

Author:
Markus Schmidt