mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Script DSL: accept Collection Literals (#5077)
* lists - `#['Hello','World']` , and
* sets - `#{'Hello','World'}`
This commit is contained in:
+1
-6
@@ -13,12 +13,7 @@ Script returns XBlockExpression:
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
XLiteral returns XExpression:
|
XLiteral returns XExpression:
|
||||||
XClosure |
|
super |
|
||||||
XBooleanLiteral |
|
|
||||||
XNullLiteral |
|
|
||||||
XStringLiteral |
|
|
||||||
XNumberLiteral |
|
|
||||||
XTypeLiteral |
|
|
||||||
QuantityLiteral
|
QuantityLiteral
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user