Searched refs:interfaceDecl (Results 1 – 1 of 1) sorted by relevance
521 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction() argument524 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()535 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()543 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()567 if (nativeDecl || interfaceDecl) { in emitFunction()