Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaNew
Packages that use IJavaNew
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaNew in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaNewModifier and TypeMethodDescriptionIJavaElementFactory.createNew
(IJavaType type, IJavaMethod method) IJavaElementFactory.createNew
(IJavaType type, IJavaMethod method, List<IJavaExpression> arguments) IJavaElementFactory.createNew
(IJavaType type, String msig, List<IJavaExpression> arguments) IJavaNew.duplicate()
JavaReconEnum.ECst.getNewExpressionForSubEnum()
The enumerated constant type.Constructors in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaNewModifierConstructorDescriptionECst
(IJavaStaticField sfield, String name, int ordinal, List<IJavaExpression> adds, IJavaNew newExpressionForSubEnum)