Apama 10.3.1 | Apama Documentation | Developing Apama Applications | EPL Reference | Expressions | Postfix expressions
 
Postfix expressions
 
Action and method calls
The subscript operator [ ]
The new object creation operator
A primary followed by a "." symbol, and an identifier must represent a variable reference, an action call, or a method call. Action and method calls are described in Action and method calls.
An expression enclosed by the [ and ] symbols denotes a subscript operation for a sequence or dictionary. This can be used on the right or left side of an assignment statement.
The new operator is used to create an instance of a reference type or event type.

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.