Properties

Link copied to clipboard
abstract val context: <Error class: unknown class>

The context used to generate this expression.

Functions

Link copied to clipboard
abstract fun freeze()

Makes this node immutable.

Link copied to clipboard
abstract fun simplify(): BsonNode?

Returns a simplified (but equivalent) expression to the current expression.

Link copied to clipboard
open fun toBson(): <Error class: unknown class>

Writes the result of simplifying to a new Bson.

Link copied to clipboard
abstract fun writeTo(writer: <Error class: unknown class>)

Writes the result of simplifying this expression into writer.