Searched refs:interfaceDecl (Results 1 – 1 of 1) sorted by relevance
575 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction() argument578 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()589 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()597 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()621 if (nativeDecl || interfaceDecl) { in emitFunction()