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