net.sf.jga.fn

Class AbstractVisitor

public abstract class AbstractVisitor extends Object implements Visitor

Shell implementation of Visitor. Typically, the visit(Visitable) method is implemented as a no-op, which this class provides.

Copyright © 2002 David A. Hall

Author: David A. Hall

Method Summary
voidvisit(Visitable visitable)
No-op implementation by default.

Method Detail

visit

public void visit(Visitable visitable)
No-op implementation by default.