Searched refs:interfaceDecl (Results 1 – 1 of 1) sorted by relevance
603 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction() argument606 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()617 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()625 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()649 if (nativeDecl || interfaceDecl) { in emitFunction()