public class ExprMatcher extends Object
Constructor and Description |
---|
ExprMatcher() |
Modifier and Type | Method and Description |
---|---|
static MapResult |
match(Expr expression,
Expr pattern,
MapAction mapAction) |
static MapResult |
match(Expr expression,
Expr pattern,
MapAction mapAction,
MapCallout mapCallout) |
static MapResult |
match(Expr expression,
Expr pattern,
MapAction mapAction,
MapCallout mapCallout,
MapResult mapResult)
Match an expression against a pattern.
|
static MapResult |
match(String expression,
String pattern,
MapAction mapAction) |
public static MapResult match(Expr expression, Expr pattern, MapAction mapAction, MapCallout mapCallout, MapResult mapResult)
public static MapResult match(Expr expression, Expr pattern, MapAction mapAction, MapCallout mapCallout)
Licenced under the Apache License, Version 2.0