Uses of Interface
com.pnfsoftware.jeb.core.output.tree.ICodeNode
Packages that use ICodeNode
Package
Description
Support types for actions that units may provide and implementation in order to allow generic access requests.
Types to generate tree documents, useful to represent hierarchical data generated by a unit.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
This package and sub-packages contain all types used by Android code analysis plugins.
-
Uses of ICodeNode in com.pnfsoftware.jeb.core.actions
Methods in com.pnfsoftware.jeb.core.actions that return ICodeNodeModifier and TypeMethodDescriptionActionTypeHierarchyData.getBaseNode()
Get the base node for the type hierarchy (full or downward only).ActionTypeHierarchyData.getBaseNodeForAscendingHierarchy()
Get the base node for an optional upward (ascending) hierarchy.Methods in com.pnfsoftware.jeb.core.actions with parameters of type ICodeNodeModifier and TypeMethodDescriptionvoid
ActionTypeHierarchyData.setBaseNode
(ICodeNode node) Set the base node for the type hierarchy (full or downward only) to be represented.void
ActionTypeHierarchyData.setBaseNodeForAscendingHierarchy
(ICodeNode node) Set the base node for an optional upward (ascending) hierarchy. -
Uses of ICodeNode in com.pnfsoftware.jeb.core.output.tree
Methods in com.pnfsoftware.jeb.core.output.tree that return ICodeNodeModifier and TypeMethodDescriptionICodeNode.findNodeByObject
(ICodeItem target) Find the first child node that holds the provided code item.ICodeNode.getParent()
Get the parent code node.Methods in com.pnfsoftware.jeb.core.output.tree that return types with arguments of type ICodeNodeModifier and TypeMethodDescriptionCodeNodeUtil.getChildren
(ICodeNode node, int included, int excluded) Get the children nodes that meet the provided criteria.ICodeNode.getChildren()
Methods in com.pnfsoftware.jeb.core.output.tree with parameters of type ICodeNodeModifier and TypeMethodDescriptionstatic boolean
CodeNodeUtil.getChildren
(ICodeNode node, int included, int excluded) Get the children nodes that meet the provided criteria.static String
CodeNodeUtil.getPackageNameFromHierarchy
(ICodeNode node) Get full package name from hierarchy, e.g.static boolean
CodeNodeUtil.hasChildren
(ICodeNode node, int included, int excluded) static boolean
CodeNodeUtil.meetsConditions
(ICodeNode node, int included, int excluded) Verify if this node meets the provided criteria.static boolean
-
Uses of ICodeNode in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICodeNode -
Uses of ICodeNode in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return ICodeNodeModifier and TypeMethodDescriptionIDexUnit.getTypeHierarchy
(String typesig, int maxNodeCount, boolean includeSuperTypes)