Package jadx.api.metadata.annotations
Class NodeDeclareRef
- java.lang.Object
-
- jadx.api.metadata.annotations.NodeDeclareRef
-
- All Implemented Interfaces:
ICodeAnnotation
public class NodeDeclareRef extends java.lang.Object implements ICodeAnnotation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType
-
-
Constructor Summary
Constructors Constructor Description NodeDeclareRef(ICodeNodeRef node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ICodeAnnotation.AnnTypegetAnnType()intgetDefPos()ICodeNodeRefgetNode()inthashCode()voidsetDefPos(int defPos)java.lang.StringtoString()
-
-
-
Constructor Detail
-
NodeDeclareRef
public NodeDeclareRef(ICodeNodeRef node)
-
-
Method Detail
-
getNode
public ICodeNodeRef getNode()
-
getDefPos
public int getDefPos()
-
setDefPos
public void setDefPos(int defPos)
-
getAnnType
public ICodeAnnotation.AnnType getAnnType()
- Specified by:
getAnnTypein interfaceICodeAnnotation
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-