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