C# (CSharp) Rebel.Framework.Localization.Processing Namespace

Nested Namespaces

Rebel.Framework.Localization.Processing.ParameterEvaluators
Rebel.Framework.Localization.Processing.ParameterValues
Rebel.Framework.Localization.Processing.SwitchConditions
Rebel.Framework.Localization.Processing.ValueFormatters

Classes

Name Description
DefaultDialect
DelegateParameterEvaluatorFactory
DelegateSwitchConditionEvaluatorFactory
EvaluationContext This class contains the language and namespace that pattern parameter evaluators etc. should evaluate against
HashTagFormatGroupExpander
ParameterValue A value for ParameterSets. Logic can be applied after the string has been formatted in the PatternEvaluator
PatternDialect A pattern dialect consist of a parser that understands a specific grammar and factories for value formaters, parameter evaluators and switch case evaluators when the parsed AST is decorated
StringBasedSwitchConditionEvaluatorFactory Provides the basis for switch case evaluators that only supports a single text expression as conditions
TextDialect