Uses of Class
com.pnfsoftware.jeb.core.units.code.java.JVisitResults
Packages that use JVisitResults
Package
Description
Types used to manipulate 
dexdec-generated (Dex decompiler) Java Abstract Syntax Tree
 (AST) objects.- 
Uses of JVisitResults in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type JVisitResultsModifier and TypeMethodDescriptionbooleanIJavaElement.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, IJavaElement parent, JVisitResults results) Visit this AST tree.