Package jadx.core.dex.nodes
Interface ICodeNode
- All Superinterfaces:
IAttributeNode,ICodeAnnotation,ICodeNodeRef,IDexNode,IRenameNode,IUsageInfoNode
- All Known Implementing Classes:
ClassNode,FieldNode,MethodNode,NotificationAttrNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType -
Method Summary
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, rewriteAttributeFromMethods inherited from interface jadx.api.metadata.ICodeAnnotation
getAnnTypeMethods inherited from interface jadx.api.metadata.ICodeNodeRef
getDefPosition, setDefPositionMethods inherited from interface jadx.core.dex.nodes.IDexNode
getInputFileName, root, typeNameMethods inherited from interface jadx.api.data.IRenameNode
renameMethods inherited from interface jadx.core.dex.nodes.IUsageInfoNode
getUseIn
-
Method Details
-
getDeclaringClass
ClassNode getDeclaringClass() -
getAccessFlags
AccessInfo getAccessFlags() -
setAccessFlags
-