Searched refs:interfaceDecl (Results 1 – 1 of 1) sorted by relevance
569 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction() argument572 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()583 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()591 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()615 if (nativeDecl || interfaceDecl) { in emitFunction()