False.constant constructor

const False.constant()

Implementation

const False.constant()
:
    first = const ListOfIdentifierable(CitrusSyntaxList.constant([
        LowercaseAlphabetF(),
        LowercaseAlphabetA(),
        LowercaseAlphabetL(),
        LowercaseAlphabetS(),
        LowercaseAlphabetE(),
    ]))
;