Searched refs:allowProtected (Results 1 – 1 of 1) sorted by relevance
253 boolean allowProtected) { in getMethods() argument257 if ((method.isPublic() || (allowProtected && method.isProtected())) && in getMethods()298 boolean allowProtected) { in getMethod() argument299 ModelMethod[] methods = getMethods(name, args, staticOnly, allowProtected); in getMethod()