IVisitor

abstract class IVisitor<V : IVisitable?>

Reflective visitor that visits the most specific implementation of visit() methods.

Parameters

<V>

V must implement IVisitable.

Functions

Link copied to clipboard
open fun visit(@NotNull t: @NotNull V)

Properties

Link copied to clipboard