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 moreDeclaration
Swift
struct Expression
-
Struct that is used to validate inequality expressions.
See moreDeclaration
Swift
struct InequalityExpressionMatcher: ExpressionMatcher
-
Validates inequality extended expressions.
See moreDeclaration
Swift
struct InequalityExtendedExpressionMatcher: ExpressionMatcher
-
Length variation representation. It contains a width property which specifies up to which width of a screen the text in
See morevalue
property should be presented.Declaration
Swift
struct LengthVariation
-
Struct that represents loaded translation.
See moreDeclaration
Swift
struct LoadedTranslation
-
Matcher is responsible for matching expressions that contains regular expressions.
See moreDeclaration
Swift
struct RegexExpressionMatcher: ExpressionMatcher
-
Represents built-in expression and expressions from Expressions.strings file.
See moreDeclaration
Swift
struct SharedExpression
-
Represents translation with expressions.
See moreDeclaration
Swift
struct Translation