Home
last modified time | relevance | path

Searched refs:getClassInTheSamePackage (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java603 thisClass = FactoryHelper.toClass(cf, getClassInTheSamePackage(), cl, getDomain()); in createClass3()
624 private Class<?> getClassInTheSamePackage() { in getClassInTheSamePackage() method in ProxyFactory