OutputValueVisitorFactory

Factory that produces OutputValueVisitors that map function output values (OutputValue) into other objects.

Parameters

T

type of the output of the visit operations

Inheritors

Functions

Link copied to clipboard
abstract fun block(): OutputValueVisitor<T>
Link copied to clipboard
abstract fun inline(): OutputValueVisitor<T>