resolve

abstract override fun resolve(symbol: T): Concrete

Resolve Symbol

Resolve the given symbol to a concrete type Concrete, or null if the symbol cannot be resolved.

Return

Concrete result, or null.

Parameters

symbol

Symbol to resolve to a Concrete type.

Throws

if the symbol cannot be resolved.