DefineObject.constant constructor

const DefineObject.constant()

Implementation

const DefineObject.constant()
:
    first = const ListOfIdentifierable(CitrusSyntaxList.constant([
        LowercaseAlphabetD(),
        LowercaseAlphabetE(),
        LowercaseAlphabetF(),
        LowercaseAlphabetI(),
        LowercaseAlphabetN(),
        LowercaseAlphabetE(),
        Underbar(),
        LowercaseAlphabetO(),
        LowercaseAlphabetB(),
        LowercaseAlphabetJ(),
        LowercaseAlphabetE(),
        LowercaseAlphabetC(),
        LowercaseAlphabetT(),
    ]))
;