MultiValueEvaluator

This ValueEvaluator can resolve multiple possible values of a node.

It requires running the EdgeCachePass after the translation to add all necessary edges.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun evaluate(node: Any?): Any?

Properties

Link copied to clipboard

Contains a reference to a function that gets called if the value cannot be resolved by the standard behaviour.

Link copied to clipboard
val path: MutableList<Node>

This property contains the path of the latest execution of evaluateInternal.