Class MethodUtils


  • public class MethodUtils
    extends java.lang.Object
    • Constructor Detail

      • MethodUtils

        public MethodUtils​(RootNode rootNode)
    • Method Detail

      • isMethodArgsOverloaded

        public boolean isMethodArgsOverloaded​(ArgType startCls,
                                              MethodInfo mthInfo)
        Search methods with same name and args count in class hierarchy starting from startCls Beware startCls can be different from mthInfo.getDeclClass()
      • getMethodGenericReturnType

        @Nullable
        public @Nullable ArgType getMethodGenericReturnType​(BaseInvokeNode invokeNode)