Package jadx.core.dex.nodes
Interface IContainer
- All Superinterfaces:
IAttributeNode
- All Known Subinterfaces:
IBlock,IBranchRegion,IConditionRegion,IRegion
- All Known Implementing Classes:
AbstractRegion,BlockNode,ConditionRegion,IfRegion,InsnContainer,LoopRegion,Region,SwitchRegion,SynchronizedRegion,TryCatchRegion
-
Method Summary
Modifier and TypeMethodDescriptionUnique id for use in 'toString()' methoddefault 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, rewriteAttributeFrom
-
Method Details
-
baseString
String baseString()Unique id for use in 'toString()' method -
generate
Dispatch to needed generate method in RegionGen- Throws:
CodegenException
-