PathMatcher

data class PathMatcher(val regex: Regex, val variableToIndex: Map<String, Int>)

Constructors

Link copied to clipboard
constructor(regex: Regex, variableToIndex: Map<String, Int>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard