org.apache.jdo.jdoql.tree
Interface StartsWithCallExpression

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

public interface StartsWithCallExpression
extends MethodCallExpression

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

Author:
Michael Watzek

Method Summary
 
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
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.