Package jadx.core.dex.nodes
Interface IBlock
- All Superinterfaces:
IAttributeNode,IContainer
- All Known Implementing Classes:
BlockNode,InsnContainer
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgenerate(RegionGen regionGen, ICodeWriter code) Dispatch to needed generate method in RegionGenMethods 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
-
Method Details
-
getInstructions
-
generate
Description copied from interface:IContainerDispatch to needed generate method in RegionGen- Specified by:
generatein interfaceIContainer- Throws:
CodegenException
-