Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaTypeFactory
Packages that use IJavaTypeFactory
Package
Description
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 IJavaTypeFactory in com.pnfsoftware.jeb.core.units.code.android.ir
Fields in com.pnfsoftware.jeb.core.units.code.android.ir declared as IJavaTypeFactoryModifier and TypeFieldDescriptionAbstractDCollectionOptimizer.tfIR/AST type factory reference (for convenience).AbstractDOptimizer.tfIR/AST type factory reference (for convenience).Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IJavaTypeFactoryModifier and TypeMethodDescriptionDTypeInfo.getTypeFactory()IDGlobalContext.getTypeFactory()Retrieve the global high-level type factory.IDMethodContext.getTypeFactory()Retrieve the global high-level type factory. -
Uses of IJavaTypeFactory in com.pnfsoftware.jeb.core.units.code.java
Fields in com.pnfsoftware.jeb.core.units.code.java declared as IJavaTypeFactoryModifier and TypeFieldDescriptionAbstractJOptimizer.tfAST type factory (for convenience - referenced inAbstractJOptimizer.jctx).Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaTypeFactoryModifier and TypeMethodDescriptionIJavaType.getFactory()IJavaGlobalContext.getTypeFactory()IJavaOperatorFactory.getTypeFactory()Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaTypeFactoryModifier and TypeMethodDescriptionstatic IJavaType[]JavaTypeUtil.parseFullPrototype(IDexPrototype proto, IJavaTypeFactory tf) Parse a DEX prototype to an array of IR/ASTIJavaTypes.JavaTypeUtil.parseMethodParameters(IDexUnit dex, IDexMethod m, IJavaTypeFactory tf) Determine method parameters and register association.static IJavaType[]JavaTypeUtil.parseShortyPrototype(String shorty, IJavaTypeFactory tf) Parse a DEX shorty prototype string to an array of IR/ASTIJavaTypes.