Package jadx.core.dex.nodes
Interface IConditionRegion
- All Superinterfaces:
IAttributeNode,IContainer,IRegion
- All Known Implementing Classes:
ConditionRegion,IfRegion,LoopRegion
-
Method Summary
Modifier and TypeMethodDescription@Nullable IfConditionBlocks merged into condition Needed for backtracking TODO: merge into condition object ???intvoidbooleanMethods 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
getParent, getSubBlocks, replaceSubBlock, setParent
-
Method Details
-
getCondition
-
getConditionBlocks
Blocks merged into condition Needed for backtracking TODO: merge into condition object ??? -
invertCondition
void invertCondition() -
simplifyCondition
boolean simplifyCondition() -
getConditionSourceLine
int getConditionSourceLine()
-