Class DexNullTransformer

All Implemented Interfaces:
BodyInterceptor

public class DexNullTransformer extends AbstractNullTransformer
BodyTransformer to find and change IntConstant(0) to NullConstant where locals are used as objects.
Author:
Palaniappan Muthuraman
  • Constructor Details

    • DexNullTransformer

      public DexNullTransformer()
  • Method Details

    • interceptBody

      public void interceptBody(@Nonnull Body.BodyBuilder builder, @Nonnull View view)
      Description copied from interface: BodyInterceptor
      Takes a BodyBuilder and may apply a transformation to it, for example removing unused local variables.