get

abstract operator fun <T> get(element: PolyglotContextElement<T>): T?

Returns the value associated with a given context element, or null if the element is not present.