/** * Returns the reference of the value. * @param location */ public override Expr createRef(QuercusParser parser) { return(parser.getFactory().createRef(this)); }