This module contains helper functions to simplify
creating [[ceylon.ast|module ceylon.ast.core]]
[[nodes|ceylon.ast.core::Node]].
The most useful functions are [[baseExpression]] and [[baseType]],
which allow you to abbreviate
BaseExpression(MemberNameWithTypeArguments(LIdentifier("null")))
BaseType(TypeNameWithTypeArguments(UIdentifier("String")))
as
baseExpression("null")
baseType("String")
Many of the functions in this package are also designed to be used
with named ...
Version1.3.2compared with
Version Details
| 1.3.1 | 1.3.2 | |
|---|---|---|
| Release date | Feb 13, 2021 | Feb 13, 2021 |
| Licenses | None | None |
| Vulnerabilities | None | None |
Compile Changes (5)
| 1.3.1 | 1.3.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.ceylon-lang » ceylon.collection | - | 1.3.2 |
| + Added | org.ceylon-lang » ceylon.language | - | 1.3.2 |
| ~ Updated | ceylon.ast » core | 1.3.1 | 1.3.2 |
| - Removed | ceylon » collection | 1.3.1 | - |
| - Removed | ceylon » language | 1.3.1 | - |