Uses of Interface
org.apache.jackrabbit.spi.commons.query.sql.Node
- 
Packages that use Node Package Description org.apache.jackrabbit.spi.commons.query.sql  - 
- 
Uses of Node in org.apache.jackrabbit.spi.commons.query.sql
Classes in org.apache.jackrabbit.spi.commons.query.sql that implement Node Modifier and Type Class Description classASTAndExpressionclassASTAscendingOrderSpecclassASTBracketExpressionclassASTContainsExpressionclassASTDescendingOrderSpecclassASTExcerptFunctionclassASTFromClauseclassASTIdentifierclassASTLiteralclassASTLowerFunctionclassASTNotExpressionclassASTOrderByClauseclassASTOrderSpecclassASTOrExpressionclassASTPredicateclassASTQueryclassASTSelectListclassASTUpperFunctionclassASTWhereClauseclassSimpleNodeFields in org.apache.jackrabbit.spi.commons.query.sql declared as Node Modifier and Type Field Description protected Node[]SimpleNode. childrenprotected NodeSimpleNode. parentMethods in org.apache.jackrabbit.spi.commons.query.sql that return Node Modifier and Type Method Description NodeNode. jjtGetChild(int i)This method returns a child node.NodeSimpleNode. jjtGetChild(int i)NodeNode. jjtGetParent()NodeSimpleNode. jjtGetParent()Methods in org.apache.jackrabbit.spi.commons.query.sql with parameters of type Node Modifier and Type Method Description voidNode. jjtAddChild(Node n, int i)This method tells the node to add its argument to the node's list of children.voidSimpleNode. jjtAddChild(Node n, int i)voidNode. jjtSetParent(Node n)This pair of methods are used to inform the node of its parent.voidSimpleNode. jjtSetParent(Node n) 
 -