Actifsource

#6915 Added more operations and functions to the selector

Actifsource code generator for any programming language
The following operations have been added to the selector:

Number Operations (IntegerLiteral, LongLiteral and DoubleLiteral):

  • add
  • or
  • and
  • xor
  • sub
  • mul
  • div
  • mod
  • exp
  • shr
  • shl

6915 1 Operations1


Further information on the operations can be displayed via the ToolTip:

6915 2 Operations2

The following BuiltIn JavaFunctions have been added:


IntegerLiteral Functions:

  • toBoolean
  • toLong
  • toDouble
  • negative
  • increment
  • decrement

BooleanLiteral Funtions:

  • not
  • toInteger

On github there is an example:
https://github.com/actifsource/ch.actifsource.example.selector

6915 3 Operations3