Class ElementB
java.lang.Object
Behavioral.Visitor.Element
Behavioral.Visitor.ElementB
Concrete implementation of an element, ElementB.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAccept a Visitor.Perform ElementB-specific behavior.
-
Constructor Details
-
ElementB
public ElementB()Default constructor for ElementB.
-
-
Method Details
-
operationB
Perform ElementB-specific behavior.- Returns:
- A message describing the operation.
-
accept
-