Interface Message

    • Method Detail

      • accept

        <T> T accept​(Visitor<T> visitor)
        Dispatches a call to the appropriate visit method on Visitor.
        Type Parameters:
        T - Return type
        Parameters:
        visitor - Visitor
        Returns:
        Value returned by the visit method