Lines Matching defs:owner

45  * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>.
46 * The ExpressionOwner argument is the owner of the component, and can
57 * @param owner The owner of the expression, to which the expression can
62 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path)
69 * @param owner The owner of the expression, to which the expression can
74 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path)
81 * @param owner The owner of the expression, to which the expression can
86 public boolean visitStep(ExpressionOwner owner, NodeTest step)
96 * @param owner The owner of the expression, to which the expression can
101 public boolean visitPredicate(ExpressionOwner owner, Expression pred)
108 * @param owner The owner of the expression, to which the expression can
113 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op)
120 * @param owner The owner of the expression, to which the expression can
125 public boolean visitUnaryOperation(ExpressionOwner owner, UnaryOperation op)
132 * @param owner The owner of the expression, to which the expression can
137 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
144 * @param owner The owner of the expression, to which the expression can
149 public boolean visitFunction(ExpressionOwner owner, Function func)
156 * @param owner The owner of the expression, to which the expression can
161 public boolean visitMatchPattern(ExpressionOwner owner, StepPattern pattern)
168 * @param owner The owner of the expression, to which the expression can
173 public boolean visitUnionPattern(ExpressionOwner owner, UnionPattern pattern)
180 * @param owner The owner of the expression, to which the expression can
185 public boolean visitStringLiteral(ExpressionOwner owner, XString str)
193 * @param owner The owner of the expression, to which the expression can
198 public boolean visitNumberLiteral(ExpressionOwner owner, XNumber num)