252253254255256257258259260261262263
BufferedWriter outputFile) throws Exception { Signature sign = null; if (FilePart.PROTOTYPE == fp.getType()) { PrototypePart pp = (PrototypePart) fp; sign = pp.getSignature(); } else { MethodPart mp = (MethodPart) fp; sign = mp.getSignature(); }
274275276277278279280281282283284285
253254255256257258259260261262263264