All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.expression.t.binaryoperation Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
.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