Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaMethod
Packages that use IJavaMethod
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.Types used to manipulate
dexdec-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaMethod in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IJavaMethodModifier and TypeMethodDescriptionRetrieve a previously decompiled AST method object or create an empty AST method element.Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type IJavaMethodModifier and TypeMethodDescriptionbooleanIDexDecompilerUnit.resetMethodElement(IJavaMethod m) Remove an AST method object. -
Uses of IJavaMethod in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IJavaMethodModifier and TypeMethodDescriptionIDExpression.generateAST(IDMethodContext ctx, IJavaMethod m) Generate the Java AST element for this IR expression. -
Uses of IJavaMethod in com.pnfsoftware.jeb.core.units.code.java
Fields in com.pnfsoftware.jeb.core.units.code.java declared as IJavaMethodMethods in com.pnfsoftware.jeb.core.units.code.java that return IJavaMethodModifier and TypeMethodDescriptionIJavaElementFactory.createMethodReference(String msig) IJavaElementFactory.createMethodReference(String msig, Boolean hintStaticMethod) IJavaMethod.duplicate()IJavaNew.getConstructor()Get the constructor method used in this new statement.JavaOutputSink.getCurrentContainingMethod()IJavaCall.getMethod()Get the method element.JavaOutputSink.popContainingMethod()Methods in com.pnfsoftware.jeb.core.units.code.java that return types with arguments of type IJavaMethodModifier and TypeMethodDescriptionJavaOutputSink.getContainingMethods()IJavaClass.getMethods()This convenience method is used to retrieve the list of methods.Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaMethodModifier and TypeMethodDescriptionIJavaElementFactory.createCall(IJavaMethod m, int calltype) IJavaElementFactory.createCall(IJavaMethod m, int calltype, List<IJavaExpression> argument) IJavaElementFactory.createNew(IJavaType type, IJavaMethod method) IJavaElementFactory.createNew(IJavaType type, IJavaMethod method, List<IJavaExpression> arguments) voidJavaOutputSink.pushContainingMethod(IJavaMethod m) voidIJavaCall.setMethod(IJavaMethod method, int calltype) Set the method to be called.