Constant.constant constructor

const Constant.constant()

Implementation

const Constant.constant()
:
    first = const ListOfIdentifierable(CitrusSyntaxList.constant([
        LowercaseAlphabetC(),
        LowercaseAlphabetO(),
        LowercaseAlphabetN(),
        LowercaseAlphabetS(),
        LowercaseAlphabetT(),
        LowercaseAlphabetA(),
        LowercaseAlphabetN(),
        LowercaseAlphabetT(),
    ]))
;