Module template_compiler_operators

Operators for expression evaluation in templates.

Copyright © 2010-2016 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Operators for expression evaluation in templates

Function Index

'and'/4
'not'/3
'or'/4
'xor'/4
add/4
concat/4
divide/4
eq/4
ge/4
gt/4
le/4
lt/4
modulo/4
multiply/4
ne/4
negate/3
sub/4
subtract/4

Function Details

'and'/4

'and'(A, B, Runtime, Context) -> any()

'not'/3

'not'(A, Runtime, Context) -> any()

'or'/4

'or'(A, B, Runtime, Context) -> any()

'xor'/4

'xor'(A, B, Runtime, Context) -> any()

add/4

add(A, B, Runtime, Context) -> any()

concat/4

concat(A, B, Runtime, Context) -> any()

divide/4

divide(A, B, Runtime, Context) -> any()

eq/4

eq(A, Value, Runtime, Context) -> any()

ge/4

ge(Input, Value, Runtime, Context) -> any()

gt/4

gt(Input, Value, Runtime, Context) -> any()

le/4

le(Input, Value, Runtime, Context) -> any()

lt/4

lt(Input, Value, Runtime, Context) -> any()

modulo/4

modulo(A, B, Runtime, Context) -> any()

multiply/4

multiply(A, B, Runtime, Context) -> any()

ne/4

ne(A, Value, Runtime, Context) -> any()

negate/3

negate(A, Runtime, Context) -> any()

sub/4

sub(A, B, Runtime, Context) -> any()

subtract/4

subtract(A, B, Runtime, Context) -> any()


Generated by EDoc