ExpressionInfo
public struct ExpressionInfo
Detailed information about recognised expressions
-
The raw String input of the expression
Declaration
Swift
var input: String
-
The generated output of the expression
Declaration
Swift
var output: Any
-
A stringified version of the elements of the
Matcher
objectDeclaration
Swift
var pattern: String
-
The name of the pattern
Declaration
Swift
var patternName: String
-
All the variables computed during the evaluation
Declaration
Swift
var variables: [String : Any]