Apama
10.15.5 |
Developing Apama Applications
|
EPL Reference
|
Expressions
|
Postfix expressions
|
The new object creation operator
The new object creation operator
The operator
new
produces a result whose type is the type of the object parameter. It has one operand, the name of the type of object to be created.