|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.compile.HasNodeVisitor
org.apache.derby.impl.sql.compile.HasTableFunctionVisitor
public class HasTableFunctionVisitor
Find out if we have a user-defined table function anywhere in the tree. Stop traversal as soon as we find one.
| Field Summary |
|---|
| Fields inherited from class org.apache.derby.impl.sql.compile.HasNodeVisitor |
|---|
hasNode |
| Constructor Summary | |
|---|---|
HasTableFunctionVisitor()
|
|
| Method Summary | |
|---|---|
Visitable |
visit(Visitable node)
If we have found the target node, we are done. |
| Methods inherited from class org.apache.derby.impl.sql.compile.HasNodeVisitor |
|---|
hasNode, reset, skipChildren, stopTraversal, visitChildrenFirst |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HasTableFunctionVisitor()
| Method Detail |
|---|
public Visitable visit(Visitable node)
HasNodeVisitor
visit in interface Visitorvisit in class HasNodeVisitornode - the node to process
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||