public class ExpressionMatcher extends Object implements BookingMatcher
| Constructor and Description |
|---|
ExpressionMatcher(ExpressionParser.ExpressionContext ctx,
Rule definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(WrappedBooking wrappedBooking) |
String |
getId() |
boolean |
isFinal() |
boolean |
match(WrappedBooking input) |
String |
toString() |
public ExpressionMatcher(ExpressionParser.ExpressionContext ctx, Rule definition)
public boolean match(WrappedBooking input)
public String getId()
getId in interface BookingMatcherpublic void extend(WrappedBooking wrappedBooking)
extend in interface BookingMatcherpublic boolean isFinal()
isFinal in interface BookingMatcherCopyright © 2020. All rights reserved.