Searched refs:if_ (Results 1 – 2 of 2) sorted by relevance
28 fun if_(cond: Boolean, then: String) = if (cond) then else "" in Char() method
218 val maybeFinal = if_(classAst.isFinal, "final ") in ClassPrinter()314 if_(BuilderClass != CANONICAL_BUILDER_CLASS, " ($CANONICAL_BUILDER_CLASS)") in generateBuilderSetters()