Package jadx.api.metadata.annotations
Class VarRef.RelatedVarRef
- java.lang.Object
-
- jadx.api.metadata.annotations.VarRef
-
- jadx.api.metadata.annotations.VarRef.RelatedVarRef
-
- All Implemented Interfaces:
ICodeAnnotation
- Enclosing class:
- VarRef
public static final class VarRef.RelatedVarRef extends VarRef
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jadx.api.metadata.annotations.VarRef
VarRef.FixedVarRef, VarRef.RelatedVarRef
-
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType
-
-
Constructor Summary
Constructors Constructor Description RelatedVarRef(VarNode varNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRefPos()java.lang.StringtoString()-
Methods inherited from class jadx.api.metadata.annotations.VarRef
fromPos, fromVarNode, getAnnType
-
-