accept

open override fun <T> accept(visitor: ExpressionVisitor<T>): T

Return

the result of call.accept(visitor) if resolve is not null

Throws