|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IShapeVisitor | |
---|---|
classes.shapes | |
classes.shapes.decorators | |
interfaces |
Uses of IShapeVisitor in classes.shapes |
---|
Methods in classes.shapes with parameters of type IShapeVisitor | |
---|---|
void |
RectangleShape.accept(IShapeVisitor shapeVisitor)
Accepts the visitor and execute its method |
void |
TriangleShape.accept(IShapeVisitor shapeVisitor)
Accepts the visitor and execute its method |
void |
CircleShape.accept(IShapeVisitor shapeVisitor)
Accepts the visitor and execute its method |
Uses of IShapeVisitor in classes.shapes.decorators |
---|
Classes in classes.shapes.decorators that implement IShapeVisitor | |
---|---|
class |
ShapeVisitor
Implements visit operation declared by IShapeVisitor. |
Uses of IShapeVisitor in interfaces |
---|
Methods in interfaces with parameters of type IShapeVisitor | |
---|---|
void |
IVisitable.accept(IShapeVisitor shapeVisitor)
Accepts the visitor and execute its method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |