|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVisitFilter
A filter that can be used to restrict the types of objects visited by the visitor
| Field Summary | |
|---|---|
static IVisitFilter |
ANY
A visitor filter that allows all objects and their children to be visited |
| Method Summary | |
|---|---|
boolean |
visitChildren(Object object)
Controls whether or not the object's children will be visited |
boolean |
visitObject(Object object)
Controls whether or not the object will be visited |
| Field Detail |
|---|
static final IVisitFilter ANY
| Method Detail |
|---|
boolean visitObject(Object object)
object will be visited
object -
true if the object should be visitedboolean visitChildren(Object object)
object's children will be visited
object -
true if the object's children should be visited
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||