Interface IMethodRef

    • Method Detail

      • getUniqId

        int getUniqId()
        Method unique id (will be used for caching).
        Returns:
        0 if can't calculate good unique identifier (disable caching)
      • load

        void load()
        Lazy loading for method info, until load() is called only getUniqId() can be used
      • getParentClassType

        java.lang.String getParentClassType()
      • getName

        java.lang.String getName()