Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class PlaceableCounter(var count: Int = 0)

Mutable counter shared across Scope instances so that child scopes (created for term resolution) accumulate toward the same limit.

Link copied to clipboard
Link copied to clipboard
sealed class ResolverError
Link copied to clipboard
class Scope(val bundle: FluentBundle, val args: FluentArgs?, val errors: MutableList<FluentError> = mutableListOf(), placeables: MutableSet<String> = mutableSetOf(), val rootMessageId: String? = null, counter: PlaceableCounter = PlaceableCounter(), maxPlaceables: Int = DEFAULT_MAX_PLACEABLES)