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.0compared with

Version Details

Compile Changes (3)

1.2.2 1.3.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated ceylon » collection1.2.21.3.0
~ Updated ceylon » language1.2.21.3.0
~ Updated ceylon.ast » core1.2.21.3.0