Package jadx.api.metadata.annotations
Class VarRef.FixedVarRef
- java.lang.Object
-
- jadx.api.metadata.annotations.VarRef
-
- jadx.api.metadata.annotations.VarRef.FixedVarRef
-
- All Implemented Interfaces:
ICodeAnnotation
- Enclosing class:
- VarRef
public static final class VarRef.FixedVarRef 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 FixedVarRef(int refPos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRefPos()-
Methods inherited from class jadx.api.metadata.annotations.VarRef
fromPos, fromVarNode, getAnnType, toString
-
-