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 TypeMethodDescriptionbooleanIJavaElement.visitDepthPost(IJVisitor visitor) Depth-first search, post-order visit of an expression tree or sub-tree.booleanIJavaElement.visitDepthPost(IJVisitor visitor, IJavaElement parent) Depth-first search, post-order visit of an expression tree or sub-tree.booleanIJavaElement.visitDepthPost(IJVisitor visitor, IJavaElement parent, JVisitResults results) Depth-first search, post-order visit of an expression tree or sub-tree.booleanIJavaElement.visitDepthPost(IJVisitor visitor, IJavaElement parent, JVisitResults results, boolean doNotVisitBlocksInsideCompounds) Depth-first search, post-order visit of an expression tree or sub-tree.booleanIJavaElement.visitDepthPre(IJVisitor visitor) Visit this AST tree.booleanIJavaElement.visitDepthPre(IJVisitor visitor, IJavaElement parent) Visit this AST tree.booleanIJavaElement.visitDepthPre(IJVisitor visitor, IJavaElement parent, JVisitResults results) Visit this AST tree.