Class VarRef

java.lang.Object
jadx.api.metadata.annotations.VarRef
All Implemented Interfaces:
ICodeAnnotation
Direct Known Subclasses:
VarRef.FixedVarRef, VarRef.RelatedVarRef

public abstract class VarRef extends Object implements ICodeAnnotation
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.