Home | History | Annotate | Download | only in functions

Lines Matching refs:Expression

24 import org.apache.xpath.Expression;
38 Expression m_arg2;
43 * @return An expression that represents the third argument passed to the
46 public Expression getArg2()
69 * Set an argument expression for a function. This method is called by the
72 * @param arg non-null expression that represents the argument.
77 public void setArg(Expression arg, int argNum)
117 * Tell if this expression or it's subexpressions can traverse outside
133 public Expression getExpression()
140 * @see ExpressionOwner#setExpression(Expression)
142 public void setExpression(Expression exp)
161 * @see Expression#deepEquals(Expression)
163 public boolean deepEquals(Expression expr)