Structs

The following structs are available globally.

  • This class contains pattern of expression and localized value as well as length variations if any are associated. During instance initialization pattern is analyzed and correct expression matcher is created. If no matcher matches the expression pattern then when validating there is only check if passed value is the same like pattern (equality). If there is matcher then its internal logic validates passed value.

    See more

    Declaration

    Swift

    struct Expression
  • Length variation representation. It contains a width property which specifies up to which width of a screen the text in value property should be presented.

    See more

    Declaration

    Swift

    struct LengthVariation
  • Matcher is responsible for matching expressions that contains regular expressions.

    See more

    Declaration

    Swift

    struct RegexExpressionMatcher: ExpressionMatcher
  • Represents built-in expression and expressions from Expressions.strings file.

    See more

    Declaration

    Swift

    struct SharedExpression
  • Represents translation with expressions.

    See more

    Declaration

    Swift

    struct Translation