Home | History | Annotate | Download | only in doclava

Lines Matching defs:overriddenMethod

476       MethodInfo overriddenMethod =
480 if (overriddenMethod != null && !overriddenMethod.isHidden() && !overriddenMethod.isDocOnly()
481 && (overriddenMethod.isAbstract() || overriddenMethod.containingClass().isInterface())) {