|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is a base interface for visitor accepters. It allows visitors to set and get any temporary information they desire on the objects they are visiting. Note that every visitor accepter has only one such property, so visitors will have to take care not to overwrite each other's information, if it is still required.
| Method Summary | |
Object |
getVisitorInfo()
Gets the visitor information of the visitor accepter. |
void |
setVisitorInfo(Object visitorInfo)
Sets the visitor information of the visitor accepter. |
| Method Detail |
public Object getVisitorInfo()
public void setVisitorInfo(Object visitorInfo)
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||