com.ibm.rational.rpe.common.template.visitor
Interface Visitable

All Known Subinterfaces:
IExpression
All Known Implementing Classes:
Feature, Property, Value

public interface Visitable

The interface to implement the visitor pattern


Method Summary
 void visit(Visitable parent, com.ibm.rational.rpe.common.template.visitor.Visitor v)
          Visits the current visitable object
 

Method Detail

visit

void visit(Visitable parent,
           com.ibm.rational.rpe.common.template.visitor.Visitor v)
Visits the current visitable object

Parameters:
parent - - (optional) the parent visitable object that triggered the visit of this object
v - - the visitor