|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IExplorableElementVisiting
Specifies all methods that are necessary to fully provide the "Vistor Pattern" in conjunction with the IxxxVisitor interfaces defined here in the same package.
| Method Summary | |
|---|---|
boolean |
accept(IExplorableElementVisitor visitor)
Implementation of the visitor pattern (GOF) for all derived interfaces if IExplorableElement. |
boolean |
acceptTypes(ITypesVisitor visitor)
Implementation of the visitor pattern (GOF) for all derived interfaces if IExplorableElement. |
| Method Detail |
|---|
boolean accept(IExplorableElementVisitor visitor)
visitor - The implementor of the vistor interface to be called by this method
boolean acceptTypes(ITypesVisitor visitor)
visitor - The implementor of the vistor interface to be called by this method
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||