public class AnalyzedMethodUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
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 Details
-
AnalyzedMethodUtil
public AnalyzedMethodUtil()
-
Method Details
-
canAccess
public static boolean canAccess(@Nonnull
TypeProto type,
@Nonnull
Method virtualMethod,
boolean checkPackagePrivate,
boolean checkProtected,
boolean checkClass)