templates.expression.t.binaryoperation Maven / Gradle / Ivy
.if (self.cast != "")
((${self.cast})\
.end if
.if (self.invocation)
.if (self.util)
${operator}(${left_operand_body}, ${right_operand_body})\
.else
${left_operand_body}.${operator}(${right_operand_body})\
.end if
.else
${left_operand_body} ${operator} ${right_operand_body}\
.end if
.if (self.cast != "")
)\
.end if
© 2015 - 2025 Weber Informatics LLC | Privacy Policy