Uses of Interface
org.apache.jdo.jdoql.tree.Declaration

Packages that use Declaration
org.apache.jdo.impl.jdoql.scope   
org.apache.jdo.impl.jdoql.tree   
org.apache.jdo.jdoql.tree This package contains the query tree node interfaces, the node visitor interface and the tree walker. 
 

Uses of Declaration in org.apache.jdo.impl.jdoql.scope
 

Methods in org.apache.jdo.impl.jdoql.scope that return Declaration
 Declaration SymbolTable.declare(java.lang.String ident, Declaration def)
          This method adds the specified identifier to this SymbolTable.
 Declaration SymbolTable.getDeclaration(java.lang.String ident)
          Checks the symbol table for the actual declaration of the specified identifier.
 

Methods in org.apache.jdo.impl.jdoql.scope with parameters of type Declaration
 Declaration SymbolTable.declare(java.lang.String ident, Declaration def)
          This method adds the specified identifier to this SymbolTable.
 void ParameterTable.declare(Declaration decl)
          Adds a new declaration.
protected  void ParameterTable.checkDeclaredIdentifier(java.lang.String name, Declaration decl)
          Internal method to check whether the specified identifier is declared.
protected  void VariableTable.checkDeclaredIdentifier(java.lang.String name, Declaration decl)
          Internal method to check whether the specified identifier is declared.
 

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

Classes in org.apache.jdo.impl.jdoql.tree that implement Declaration
 class Decl
          This node represents a declaration expression.
 class ParameterDecl
          This node represents a parameter declaration.
 class VariableDecl
          This node represents a variable declaration.
 

Uses of Declaration in org.apache.jdo.jdoql.tree
 

Subinterfaces of Declaration in org.apache.jdo.jdoql.tree
 interface ParameterDeclaration
          This node represents a parameter access expression.
 interface VariableDeclaration
          This node represents a variable declaration.
 

Methods in org.apache.jdo.jdoql.tree with parameters of type Declaration
protected  void AbstractNodeVisitor.arrive(Declaration node)
          This method delegates to arrive casting the argument node to Node.
protected  java.lang.Object AbstractNodeVisitor.leave(Declaration node, java.lang.Object[] results)
          This method delegates to leave casting the argument node to Node.
 void ValueTable.declare(Declaration decl)
          This method declares an identifier.
 



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