Class NonStaticLifter

java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.NonStaticLifter

public class NonStaticLifter extends Object
Similar to the static lifter, however this has to cope with the possibility that EVERY constructor will have had the non static initialisation pushed into it.
  • Constructor Details

    • NonStaticLifter

      public NonStaticLifter(ClassFile classFile)
  • Method Details

    • liftNonStatics

      public void liftNonStatics()