}
public void setExpressionContext(final MultipleExpressionContext context) throws HBqlException {
if (!context.allowColumns())
throw new ColumnNotAllowedException("Column " + this.getVariableName()
+ " not allowed in: " + context.asString());
if (context.getMapping() == null)
throw new InternalErrorException("Null mapping for: " + context.asString());