- All Known Implementing Classes:
DexLocalVar
public interface ILocalVar
-
Method Summary
int
int
int
boolean
Hint if variable is a method parameter.
-
Method Details
-
-
getRegNum
int getRegNum()
-
-
getSignature
@Nullable
@Nullable String getSignature()
-
getStartOffset
int getStartOffset()
-
getEndOffset
int getEndOffset()
-
isMarkedAsParameter
boolean isMarkedAsParameter()
Hint if variable is a method parameter.
Can be incorrect and shouldn't be trusted.