Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaCall
Packages that use IJavaCall
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaCall in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaCallModifier and TypeMethodDescriptionIJavaElementFactory.createCall
(IJavaMethod m, int calltype) IJavaElementFactory.createCall
(IJavaMethod m, int calltype, List<IJavaExpression> argument) IJavaElementFactory.createCall
(String msig, int calltype) IJavaElementFactory.createCall
(String msig, int calltype, List<IJavaExpression> argument) IJavaCall.duplicate()