if (!CharFormatUtil.isLowerCamelCaseOrAcronym(constructName)) {
            Location location = ListenerUtil.getIdentifierStartLocation(ctx);
            this.printer.error(Rules.LOWER_CAMEL_CASE, constructType + Messages.LOWER_CAMEL_CASE, location);
        }