Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaOperatorFactory
Packages that use IJavaOperatorFactory
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 IJavaOperatorFactory in com.pnfsoftware.jeb.core.units.code.android.ir
Fields in com.pnfsoftware.jeb.core.units.code.android.ir declared as IJavaOperatorFactoryModifier and TypeFieldDescriptionAbstractDCollectionOptimizer.of
IR/AST operation factory reference (for convenience).AbstractDOptimizer.of
IR/AST operation factory reference (for convenience).Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IJavaOperatorFactoryModifier and TypeMethodDescriptionIDGlobalContext.getOperatorFactory()
Retrieve the global high-level operator factory.IDMethodContext.getOperatorFactory()
Retrieve the global high-level operator factory.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IJavaOperatorFactoryModifier and TypeMethodDescriptionvoid
IDOperation.setOperator
(JavaOperatorType operatorType, IJavaOperatorFactory of) Set the expression operator. -
Uses of IJavaOperatorFactory in com.pnfsoftware.jeb.core.units.code.java
Fields in com.pnfsoftware.jeb.core.units.code.java declared as IJavaOperatorFactoryModifier and TypeFieldDescriptionAbstractJOptimizer.of
AST operation factory (for convenience - referenced inAbstractJOptimizer.jctx
).Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaOperatorFactoryModifier and TypeMethodDescriptionIJavaOperator.getFactory()
IJavaGlobalContext.getOperatorFactory()
Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaOperatorFactoryModifier and TypeMethodDescriptionIJavaPredicate.duplicateAndReverse
(IJavaOperatorFactory of) boolean
IJavaOperation.mirror
(IJavaOperatorFactory of) Mirror the operation order, whenever possible.boolean
IJavaOperation.reverse
(IJavaOperatorFactory of) Logical negation of the operation, whenever possible.void
IJavaPredicate.reverse
(IJavaOperatorFactory of) Reverse the predicate.