public interface VisitAcceptor
BCVisitor and
provide its internal state to it. All entities in the bytecode framework
implement this interface.| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(BCVisitor visitor)
Accept a visit from a
BCVisitor, calling the appropriate methods
to notify the visitor that it has entered this entity, and
to provide it with the proper callbacks for each sub-entity owned
by this one. |
Copyright © 2002–2016. All rights reserved.