|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Visitor | |
|---|---|
| com.akiban.sql.compiler | |
| com.akiban.sql.parser | |
| com.akiban.sql.views | |
| Uses of Visitor in com.akiban.sql.compiler |
|---|
| Classes in com.akiban.sql.compiler that implement Visitor | |
|---|---|
class |
BooleanNormalizer
Perform normalization such as CNF on boolean expressions. |
class |
TypeComputer
Calculate types from schema information. |
| Uses of Visitor in com.akiban.sql.parser |
|---|
| Subinterfaces of Visitor in com.akiban.sql.parser | |
|---|---|
interface |
ASTVisitor
A Visitor which handles nodes in Derby's abstract syntax trees. |
| Classes in com.akiban.sql.parser that implement Visitor | |
|---|---|
class |
HasNodeVisitor
Find out if we have a particular node anywhere in the tree. |
| Methods in com.akiban.sql.parser with parameters of type Visitor | |
|---|---|
Visitable |
QueryTreeNode.accept(Visitor v)
Accept a visitor, and call v.visit() on child nodes as
necessary. |
Visitable |
Visitable.accept(Visitor v)
Accept a visitor, and call v.visit() on child nodes as necessary. |
| Uses of Visitor in com.akiban.sql.views |
|---|
| Methods in com.akiban.sql.views with parameters of type Visitor | |
|---|---|
FromSubquery |
ViewDefinition.getSubquery(Visitor binder)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||