示例#1
0
 /** Returns the expression text. This method works for both V2 and V1 expressions. */
 public String getExprText() {
   return (expr != null) ? expr.toSourceString() : exprText;
 }