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.ofIR/AST operation factory reference (for convenience).AbstractDOptimizer.ofIR/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 TypeMethodDescriptionvoidIDOperation.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.ofAST 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) booleanIJavaOperation.mirror(IJavaOperatorFactory of) Mirror the operation order, whenever possible.booleanIJavaOperation.reverse(IJavaOperatorFactory of) Logical negation of the operation, whenever possible.voidIJavaPredicate.reverse(IJavaOperatorFactory of) Reverse the predicate.