Package-level declarations
Types
Link copied to clipboard
class PatternResolver
Link copied to clipboard
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
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)