Searched refs:writeCommentIfLikelyDouble (Results 1 – 2 of 2) sorted by relevance
265 writeCommentIfLikelyDouble(writer); in writeTo()519 protected void writeCommentIfLikelyDouble(IndentingWriter writer) throws IOException { in writeCommentIfLikelyDouble() method in InstructionMethodItem520 writeCommentIfLikelyDouble(writer, ((WideLiteralInstruction)instruction).getWideLiteral()); in writeCommentIfLikelyDouble()523 protected void writeCommentIfLikelyDouble(IndentingWriter writer, long val) throws IOException { in writeCommentIfLikelyDouble() method in InstructionMethodItem
69 writeCommentIfLikelyDouble(writer, number.longValue()); in writeTo()