Package jadx.api.metadata.annotations
Class VarRef
java.lang.Object
jadx.api.metadata.annotations.VarRef
- All Implemented Interfaces:
ICodeAnnotation
- Direct Known Subclasses:
VarRef.FixedVarRef,VarRef.RelatedVarRef
Variable reference by position of VarNode in code metadata.
Because on creation position not yet known, VarRef created using VarNode as a source of ref pos during serialization.
On metadata deserialization created with ref pos directly.
Because on creation position not yet known, VarRef created using VarNode as a source of ref pos during serialization.
On metadata deserialization created with ref pos directly.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarRef
public VarRef()
-
-
Method Details
-
fromPos
-
fromVarNode
-
getRefPos
public abstract int getRefPos() -
getAnnType
- Specified by:
getAnnTypein interfaceICodeAnnotation
-
toString
-