Lines Matching refs:owner

43  * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>. 
44 * The ExpressionOwner argument is the owner of the component, and can
55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path)
67 * @param owner The owner of the expression, to which the expression can
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path)
79 * @param owner The owner of the expression, to which the expression can
84 public boolean visitStep(ExpressionOwner owner, NodeTest step)
94 * @param owner The owner of the expression, to which the expression can
99 public boolean visitPredicate(ExpressionOwner owner, Expression pred)
106 * @param owner The owner of the expression, to which the expression can
111 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op)
118 * @param owner The owner of the expression, to which the expression can
123 public boolean visitUnaryOperation(ExpressionOwner owner, UnaryOperation op)
130 * @param owner The owner of the expression, to which the expression can
135 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
142 * @param owner The owner of the expression, to which the expression can
147 public boolean visitFunction(ExpressionOwner owner, Function func)
154 * @param owner The owner of the expression, to which the expression can
159 public boolean visitMatchPattern(ExpressionOwner owner, StepPattern pattern)
166 * @param owner The owner of the expression, to which the expression can
171 public boolean visitUnionPattern(ExpressionOwner owner, UnionPattern pattern)
178 * @param owner The owner of the expression, to which the expression can
183 public boolean visitStringLiteral(ExpressionOwner owner, XString str)
191 * @param owner The owner of the expression, to which the expression can
196 public boolean visitNumberLiteral(ExpressionOwner owner, XNumber num)