Package jadx.core.dex.nodes
Interface IBranchRegion
- All Superinterfaces:
IAttributeNode,IContainer,IRegion
- All Known Implementing Classes:
IfRegion,SwitchRegion,TryCatchRegion
-
Method Summary
Modifier and TypeMethodDescriptionReturn list of branches in this region.Methods inherited from interface jadx.core.dex.attributes.IAttributeNode
add, addAttr, addAttr, addAttrs, clearAttributes, contains, contains, copyAttributeFrom, copyAttributesFrom, get, getAll, getAnnotation, getAttributesString, getAttributesStringsList, isAttrStorageEmpty, remove, remove, removeAttr, rewriteAttributeFromMethods inherited from interface jadx.core.dex.nodes.IContainer
baseString, generateMethods inherited from interface jadx.core.dex.nodes.IRegion
getParent, getSubBlocks, replaceSubBlock, setParent
-
Method Details
-
getBranches
List<IContainer> getBranches()Return list of branches in this region. NOTE: Contains 'null' elements for indicate empty branches.
-