org.apache.jdo.jdoql.tree
Interface ContainsCallExpression

All Superinterfaces:
Expression, MethodCallExpression, Node, java.io.Serializable
All Known Implementing Classes:
ContainsCallExpr

public interface ContainsCallExpression
extends MethodCallExpression

This node represents the method call expression Collection.contains. Children of this node are a target expression (e.g. a FieldAccessExpression) and the method argument which is an arbitrary expression.

Author:
Michael Watzek

Methods inherited from interface org.apache.jdo.jdoql.tree.MethodCallExpression
getArguments, getMethodName, getTarget
 
Methods inherited from interface org.apache.jdo.jdoql.tree.Node
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild