Package jadx.api.metadata
Interface ICodeNodeRef
-
- All Superinterfaces:
ICodeAnnotation
- All Known Subinterfaces:
ICodeNode
- All Known Implementing Classes:
ClassNode,FieldNode,MethodNode,NotificationAttrNode,PackageNode,VarNode
public interface ICodeNodeRef extends ICodeAnnotation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDefPosition()voidsetDefPosition(int pos)-
Methods inherited from interface jadx.api.metadata.ICodeAnnotation
getAnnType
-
-