Class RegisterInfo

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.ILocalVar
    Direct Known Subclasses:
    SmaliDebugger.RuntimeVarInfo, SmaliRegister

    public abstract class RegisterInfo
    extends java.lang.Object
    implements jadx.api.plugins.input.data.ILocalVar
    • Constructor Summary

      Constructors 
      Constructor Description
      RegisterInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isInitialized​(long codeOffset)  
      boolean isUnInitialized​(long codeOffset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jadx.api.plugins.input.data.ILocalVar

        getEndOffset, getName, getRegNum, getSignature, getStartOffset, getType, isMarkedAsParameter
    • Constructor Detail

      • RegisterInfo

        public RegisterInfo()
    • Method Detail

      • isInitialized

        public boolean isInitialized​(long codeOffset)
      • isUnInitialized

        public boolean isUnInitialized​(long codeOffset)