NodeOutputValueVisitorFactory

A factory that produces OutputValueVisitors that map function output values into Nodes that can be appended to the AST.

Parameters

context

current context

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
open override fun block(): OutputValueVisitor<Node>
Link copied to clipboard
open override fun inline(): OutputValueVisitor<Node>