Class MemberResolver.Method

  • Enclosing class:
    MemberResolver

    public static class MemberResolver.Method
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isStatic()
      Returns true if the invoked method is static.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • declaring

        public CtClass declaring
      • notmatch

        public int notmatch
    • Method Detail

      • isStatic

        public boolean isStatic()
        Returns true if the invoked method is static.