Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.IJLSMethod
Packages that use IJLSMethod
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IJLSMethod in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IJLSMethodModifier and TypeMethodDescriptionIJLSTypeAdapter.findMethod
(String typename, String methodname, String methoddesc) Retrieve a method or constructor declared by this type (not its supertypes).Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type IJLSMethodModifier and TypeMethodDescriptionIJLSTypeAdapter.getMethods
(String typename) Retrieve all methods and constructors declared by this type (not its supertypes). -
Uses of IJLSMethod in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IJLSMethodModifier and TypeMethodDescriptionIDTypeInfoProvider.findMethod
(String typename, String methodname, String descNoReturnType) Retrieve a method declared in the provided type.IDTypeInfoProvider.findMethod
(String typename, String methodname, String descNoReturnType, boolean declared, String[] adeclType) Retrieve a method.