Package jadx.api.metadata
Interface ICodeAnnotation
-
- All Known Subinterfaces:
ICodeNode,ICodeNodeRef
- All Known Implementing Classes:
ClassNode,FieldNode,InsnCodeOffset,MethodNode,NodeDeclareRef,NodeEnd,NotificationAttrNode,PackageNode,VarNode,VarRef,VarRef.FixedVarRef,VarRef.RelatedVarRef
public interface ICodeAnnotation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classICodeAnnotation.AnnType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICodeAnnotation.AnnTypegetAnnType()
-
-
-
Method Detail
-
getAnnType
ICodeAnnotation.AnnType getAnnType()
-
-