JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.drill.common.graph
Interface GraphVisitor<T>
All Known Subinterfaces:
OpVisitor
public interface
GraphVisitor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
enter
(
T
o)
void
leave
(
T
o)
boolean
visit
(
T
o)
Method Details
enter
boolean
enter
(
T
o)
leave
void
leave
(
T
o)
visit
boolean
visit
(
T
o)