IVisitable

interface IVisitable<V : IVisitable?>

An object that can be visited by a visitor.

Parameters

<V>

Functions

Link copied to clipboard
open fun accept(strategy: IStrategy<V>, visitor: IVisitor<V>)

Inheritors

Link copied to clipboard