public class PatternMatchPredicate extends BinaryOperator
left, right
Constructor and Description |
---|
PatternMatchPredicate(OpType opType,
boolean not,
Expr predicand,
Expr pattern) |
PatternMatchPredicate(OpType opType,
boolean not,
Expr predicand,
Expr pattern,
boolean caseInsensitive) |
Modifier and Type | Method and Description |
---|---|
Expr |
getPattern() |
Expr |
getPredicand() |
boolean |
isCaseInsensitive() |
boolean |
isNot() |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.