IVisitor

abstract class IVisitor<V : IVisitable<V>>

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

Parameters

V must implement `IVisitable`.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

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