Package jadx.core.dex.nodes
Interface IBlock
-
- All Superinterfaces:
IAttributeNode,IContainer
- All Known Implementing Classes:
BlockNode,InsnContainer
public interface IBlock extends IContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidgenerate(RegionGen regionGen, ICodeWriter code)Dispatch to needed generate method in RegionGenjava.util.List<InsnNode>getInstructions()-
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, rewriteAttributeFrom
-
Methods inherited from interface jadx.core.dex.nodes.IContainer
baseString
-
-
-
-
Method Detail
-
getInstructions
java.util.List<InsnNode> getInstructions()
-
generate
default void generate(RegionGen regionGen, ICodeWriter code) throws CodegenException
Description copied from interface:IContainerDispatch to needed generate method in RegionGen- Specified by:
generatein interfaceIContainer- Throws:
CodegenException
-
-