Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DType.java404 CtClass shallowSuper = shallow.getSuperclass(); in findCommonSuperClass() local
406 if (shallowSuper == null) { in findCommonSuperClass()
424 shallow = shallowSuper; in findCommonSuperClass()