public interface IVisitor
IABCVisitor
.
Currently this interface exists so that clients can keep a collection of
visitor's whose visitEnd()
methods need to be called at some point
in the future.
Modifier and Type | Method and Description |
---|---|
void |
visitEnd()
Indicates that no further method calls will be made on this visitor
instance.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.