Package jadx.core.dex.nodes
Class InsnContainer
java.lang.Object
jadx.core.dex.attributes.AttrNode
jadx.core.dex.nodes.InsnContainer
- All Implemented Interfaces:
IAttributeNode,IBlock,IContainer
Lightweight replacement for BlockNode in regions.
Use with caution! Some passes still expect BlockNode in method blocks list (mth.getBlockNodes())
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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, 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, rewriteAttributeFrom
-
Field Details
-
insns
-
-
Constructor Details
-
InsnContainer
-
InsnContainer
-
-
Method Details
-
getInstructions
- Specified by:
getInstructionsin interfaceIBlock
-
baseString
Description copied from interface:IContainerUnique id for use in 'toString()' method- Specified by:
baseStringin interfaceIContainer
-
toString
-