Package io.split.engine.experiments
Class ParserUtils
- java.lang.Object
-
- io.split.engine.experiments.ParserUtils
-
public final class ParserUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckUnsupportedMatcherExist(List<Matcher> matchers)static ParsedConditiongetTemplateCondition()static AttributeMatchertoMatcher(Matcher matcher)static CombiningMatchertoMatcher(MatcherGroup matcherGroup)
-
-
-
Method Detail
-
checkUnsupportedMatcherExist
public static boolean checkUnsupportedMatcherExist(List<Matcher> matchers)
-
getTemplateCondition
public static ParsedCondition getTemplateCondition()
-
toMatcher
public static CombiningMatcher toMatcher(MatcherGroup matcherGroup)
-
toMatcher
public static AttributeMatcher toMatcher(Matcher matcher)
-
-