protected void processConstant(AST constant) throws SemanticException {
   literalProcessor.processConstant(
       constant, true); // Use the delegate, resolve identifiers as FROM element aliases.
 }