Package jadx.core.dex.nodes
Interface IRegion
- All Superinterfaces:
IAttributeNode,IContainer
- All Known Subinterfaces:
IBranchRegion,IConditionRegion
- All Known Implementing Classes:
AbstractRegion,ConditionRegion,IfRegion,LoopRegion,Region,SwitchRegion,SynchronizedRegion,TryCatchRegion
-
Method Summary
Modifier and TypeMethodDescriptionbooleanreplaceSubBlock(IContainer oldBlock, IContainer newBlock) voidMethods 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, generate
-
Method Details
-
getParent
IRegion getParent() -
setParent
-
getSubBlocks
List<IContainer> getSubBlocks() -
replaceSubBlock
-