public interface CqnMatchPredicate extends CqnPredicate, CqnToken
Modifier and Type | Interface and Description |
---|---|
static class |
CqnMatchPredicate.Quantifier |
Modifier and Type | Method and Description |
---|---|
default void |
accept(CqnVisitor visitor) |
Optional<CqnPredicate> |
predicate() |
CqnMatchPredicate.Quantifier |
quantifier() |
CqnStructuredTypeRef |
ref() |
asArithmeticExpression, asExpression, asNegation, asPredicate, isArithmeticExpression, isExpression, isNegation, isPredicate, toJson
as, asFunction, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isLiteral, isNullValue, isParameter, isPlain, isRef, type
CqnStructuredTypeRef ref()
Optional<CqnPredicate> predicate()
CqnMatchPredicate.Quantifier quantifier()
default void accept(CqnVisitor visitor)
accept
in interface CqnExpression
accept
in interface CqnPredicate
accept
in interface CqnToken
Copyright © 2020 SAP. All rights reserved.