Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJVisitor
Packages that use IJVisitor
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJVisitor in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJVisitorModifier and TypeMethodDescriptionboolean
IJavaElement.visitDepthPost
(IJVisitor visitor) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IJavaElement.visitDepthPost
(IJVisitor visitor, IJavaElement parent) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IJavaElement.visitDepthPost
(IJVisitor visitor, IJavaElement parent, JVisitResults results) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IJavaElement.visitDepthPost
(IJVisitor visitor, IJavaElement parent, JVisitResults results, boolean doNotVisitBlocksInsideCompounds) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IJavaElement.visitDepthPre
(IJVisitor visitor) Visit this AST tree.boolean
IJavaElement.visitDepthPre
(IJVisitor visitor, IJavaElement parent) Visit this AST tree.boolean
IJavaElement.visitDepthPre
(IJVisitor visitor, IJavaElement parent, JVisitResults results) Visit this AST tree.