Class NonStaticLifter


  • public class NonStaticLifter
    extends java.lang.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.
    • Field Detail

      • classFile

        private final ClassFile classFile
    • Constructor Detail

      • NonStaticLifter

        public NonStaticLifter​(ClassFile classFile)