Package jadx.core.dex.regions
Class AbstractRegion
java.lang.Object
jadx.core.dex.attributes.AttrNode
jadx.core.dex.regions.AbstractRegion
- All Implemented Interfaces:
IAttributeNode,IContainer,IRegion
- Direct Known Subclasses:
ConditionRegion,Region,SwitchRegion,SynchronizedRegion,TryCatchRegion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanreplaceSubBlock(IContainer oldBlock, IContainer newBlock) voidvoidupdateParent(IContainer container, IRegion newParent) Methods inherited from class jadx.core.dex.attributes.AttrNode
add, addAttr, addAttr, addAttr, addAttrs, clearAttributes, contains, contains, copyAttributeFrom, copyAttributesFrom, get, getAll, getAnnotation, getAttributesString, getAttributesStringsList, isAttrStorageEmpty, remove, remove, removeAttr, rewriteAttributeFrom, unloadAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
getSubBlocks
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
parent
-
-
Constructor Details
-
AbstractRegion
-
-
Method Details