Uses of Class
org.apache.jdo.impl.jdoql.tree.MethodCallExpr

Packages that use MethodCallExpr
org.apache.jdo.impl.jdoql.tree   
 

Uses of MethodCallExpr in org.apache.jdo.impl.jdoql.tree
 

Subclasses of MethodCallExpr in org.apache.jdo.impl.jdoql.tree
 class ContainsCallExpr
          This node represents the method call expression Collection.contains.
 class EndsWithCallExpr
          This node represents the method call expression String.endsWith.
 class IsEmptyCallExpr
          This node represents the method call expression Collection.isEmpty.
 class StartsWithCallExpr
          This node represents the method call expression String.startsWith.
 



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