Package jadx.api.plugins.pass.impl
Class SimpleAfterLoadPass
- java.lang.Object
-
- jadx.api.plugins.pass.impl.SimpleAfterLoadPass
-
- All Implemented Interfaces:
JadxPass,JadxAfterLoadPass
public class SimpleAfterLoadPass extends java.lang.Object implements JadxAfterLoadPass
-
-
Field Summary
-
Fields inherited from interface jadx.api.plugins.pass.types.JadxAfterLoadPass
TYPE
-
-
Constructor Summary
Constructors Constructor Description SimpleAfterLoadPass(java.lang.String name, java.util.function.Consumer<JadxDecompiler> init)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JadxPassInfogetInfo()voidinit(JadxDecompiler decompiler)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadx.api.plugins.pass.types.JadxAfterLoadPass
getPassType
-
-
-
-
Constructor Detail
-
SimpleAfterLoadPass
public SimpleAfterLoadPass(java.lang.String name, java.util.function.Consumer<JadxDecompiler> init)
-
-
Method Detail
-
getInfo
public JadxPassInfo getInfo()
-
init
public void init(JadxDecompiler decompiler)
- Specified by:
initin interfaceJadxAfterLoadPass
-
-