|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the return type of the visitorpublic interface GarmentVisitor<R>
A visitor to a Garment
Method Summary | |
---|---|
R |
forNullGarment(NullGarment ng)
NullGarment case of the visitor |
R |
forPants(Pants p)
Pants case of the visitor |
R |
forShirt(Shirt s)
Shirt case of the visitor |
R |
forSocks(Socks s)
Socks case of the visitor |
Method Detail |
---|
R forShirt(Shirt s)
s
- The Shirt host
R forPants(Pants p)
p
- The Pants host
R forSocks(Socks s)
s
- The Socks host
R forNullGarment(NullGarment ng)
ng
- The NullGarment host
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |