org.apache.jdo.jdoql.tree
Interface ParameterAccessExpression

All Superinterfaces:
Expression, IdentifierExpression, Node, java.io.Serializable
All Known Implementing Classes:
ParameterAccessExpr

public interface ParameterAccessExpression
extends IdentifierExpression

This node represents a parameter access expression. It does not have any children.

Author:
Michael Watzek

Method Summary
 
Methods inherited from interface org.apache.jdo.jdoql.tree.IdentifierExpression
getName, getTypeName
 
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.