Home | History | Annotate | Download | only in functions

Lines Matching refs:Expression

24 import org.apache.xpath.Expression;
38 Expression m_arg0;
43 * @return An expression that represents the first argument passed to the
46 public Expression getArg0()
52 * Set an argument expression for a function. This method is called by the
55 * @param arg non-null expression that represents the argument.
60 public void setArg(Expression arg, int argNum)
98 * Tell if this expression or it's subexpressions can traverse outside
137 public Expression getExpression()
143 * @see ExpressionOwner#setExpression(Expression)
145 public void setExpression(Expression exp)
152 * @see Expression#deepEquals(Expression)
154 public boolean deepEquals(Expression expr)