Apama 10.7.2 | Developing Apama Applications | EPL Reference | Expressions
 
Expressions
 
Introduction to expressions
Using an expression as a statement
Primary expressions
Bitwise logical operators
Logical operators
Shift operators
Comparison operators
Additive operators
Multiplicative operators
Unary additive operators
Expression operators
Expression operator precedence
Postfix expressions
Stream queries
Stream source templates
In many programs, much work is performed by evaluating expressions, which are combinations of operators, operands, and punctuation. They are used to detect events of interest to the program, perform calculations, comparisons, invoke actions, invoke inbuilt methods, compute parameter values passed to action and method calls, and so on.