Interface ILocalVar

All Known Implementing Classes:
DexLocalVar

public interface ILocalVar
  • Method Details

    • getName

      String getName()
    • getRegNum

      int getRegNum()
    • getType

      String getType()
    • 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.