Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.7.0
-
None
-
Unknown
Description
The csimple language does not support the following feature in its first release
- nested functions (${xxx} inside existing ${xxx} functions))
- the null safe operator
We need a smarter source code generator for this to support this, that supports building up multiple statements and assign to local variables, and branches for the null safe operator, and also to understand types of method calls for nested functions so its of the same type from the java compiler point of view.
Attachments
Issue Links
- blocks
-
CAMEL-19681 camel-joor: review disabled tests
- Reopened
- relates to
-
CAMEL-21086 camel-core - Add more complex functions to csimple language
- Resolved