Home | History | Annotate | Download | only in operations

Lines Matching refs:Expression

23 import org.apache.xpath.Expression;
32 public abstract class UnaryOperation extends Expression implements ExpressionOwner
38 protected Expression m_right;
56 * Tell if this expression or it's subexpressions can traverse outside
71 * Set the expression operand for the operation.
74 * @param r The expression operand to which the unary operation will be
77 public void setRight(Expression r)
113 /** @return the operand of unary operation, as an Expression.
115 public Expression getOperand(){
134 public Expression getExpression()
140 * @see ExpressionOwner#setExpression(Expression)
142 public void setExpression(Expression exp)
149 * @see Expression#deepEquals(Expression)
151 public boolean deepEquals(Expression expr)