Home | History | Annotate | Download | only in doclava

Lines Matching refs:isNative

533     if (method.isNative()) {
570 if (method.isAbstract() || method.isNative() || method.containingClass().isInterface()) {
898 + " abstract=\"" + mi.isAbstract() + "\"\n" + " native=\"" + mi.isNative() + "\"\n"