AS constant

Keyword const AS

Implementation

static const Keyword AS = const Keyword(
    /* index = */ 80, "as", "AS", KeywordStyle.builtIn,
    precedence: RELATIONAL_PRECEDENCE);