org.apache.jdo.jdoql.tree
Interface ThisExpression

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

public interface ThisExpression
extends IdentifierExpression

This node represents an access to this. It does not have any children.

Author:
Michael Watzek

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