Class AnalyzedMethodUtil


  • public class AnalyzedMethodUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean canAccess​(TypeProto type, Method virtualMethod, boolean checkPackagePrivate, boolean checkProtected, boolean checkClass)  
      • Methods inherited from class java.lang.Object

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

      • AnalyzedMethodUtil

        public AnalyzedMethodUtil()
    • Method Detail

      • canAccess

        public static boolean canAccess​(@Nonnull
                                        TypeProto type,
                                        @Nonnull
                                        Method virtualMethod,
                                        boolean checkPackagePrivate,
                                        boolean checkProtected,
                                        boolean checkClass)