diff --git a/Ceylon.nodes b/Ceylon.nodes index cfcc046d4..a4937c9a9 100644 --- a/Ceylon.nodes +++ b/Ceylon.nodes @@ -137,12 +137,14 @@ ^(CLASS_DEFINITION:ANY_CLASS CLASS_BODY) +"A value constructor." ^(ENUMERATED:DECLARATION DELEGATED_CONSTRUCTOR? BLOCK Value declarationModel; Constructor enumerated;) +"A callable constructor." ^(CONSTRUCTOR:DECLARATION PARAMETER_LIST? DELEGATED_CONSTRUCTOR?