|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainsCallExpression | |
org.apache.jdo.impl.jdoql | |
org.apache.jdo.impl.jdoql.tree | |
org.apache.jdo.jdoql.tree | This package contains the query tree node interfaces, the node visitor interface and the tree walker. |
Uses of ContainsCallExpression in org.apache.jdo.impl.jdoql |
Methods in org.apache.jdo.impl.jdoql with parameters of type ContainsCallExpression | |
java.lang.Object |
MemoryQuery.leave(ContainsCallExpression node,
java.lang.Object[] results)
Returns the result evaluated for the argument node . |
boolean |
MemoryQuery.walkNextChild(ContainsCallExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
Returns false if the argument resultOfPreviousChild
is undefined and the argument indexOfNextChild is greater
than 0. |
Uses of ContainsCallExpression in org.apache.jdo.impl.jdoql.tree |
Classes in org.apache.jdo.impl.jdoql.tree that implement ContainsCallExpression | |
class |
ContainsCallExpr
This node represents the method call expression Collection.contains . |
Uses of ContainsCallExpression in org.apache.jdo.jdoql.tree |
Methods in org.apache.jdo.jdoql.tree with parameters of type ContainsCallExpression | |
void |
AbstractNodeVisitor.arrive(ContainsCallExpression node)
This method delegates to arrive casting the argument
node to MethodCallExpression . |
java.lang.Object |
AbstractNodeVisitor.leave(ContainsCallExpression node,
java.lang.Object[] results)
This method delegates to leave casting the argument
node to MethodCallExpression . |
boolean |
AbstractNodeVisitor.walkNextChild(ContainsCallExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
This method delegates to walkNextChild casting the argument
node to MethodCallExpression . |
void |
NodeVisitor.arrive(ContainsCallExpression node)
This method is called before walking any children of the argument node . |
java.lang.Object |
NodeVisitor.leave(ContainsCallExpression node,
java.lang.Object[] results)
This method is called after walking the children of the argument node . |
boolean |
NodeVisitor.walkNextChild(ContainsCallExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
This method is called before walking each child of the argument node . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |