Package jadx.api.metadata
Interface ICodeNodeRef
- All Superinterfaces:
ICodeAnnotation
- All Known Subinterfaces:
ICodeNode
- All Known Implementing Classes:
ClassNode,FieldNode,MethodNode,NotificationAttrNode,PackageNode,VarNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType -
Method Summary
Methods inherited from interface jadx.api.metadata.ICodeAnnotation
getAnnType
-
Method Details
-
getDefPosition
int getDefPosition() -
setDefPosition
void setDefPosition(int pos)
-