public static class MatchConstraint.Impl extends Constraint.Impl implements MatchConstraint
MatchConstraint.Impl, MatchConstraint.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Expr expr,
java.util.List<Pattern> patterns) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getExpr() |
java.util.List<Pattern> |
getPatterns() |
void |
setExpr(Expr expr) |
void |
setPatterns(java.util.List<Pattern> patterns) |
getOwner, setOwnergetPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, ofgetOwner, of, setOwnergetPosition, setPositionpublic Expr getExpr()
getExpr in interface MatchConstraintpublic void setExpr(Expr expr)
setExpr in interface MatchConstraintpublic java.util.List<Pattern> getPatterns()
getPatterns in interface MatchConstraintpublic void setPatterns(java.util.List<Pattern> patterns)
setPatterns in interface MatchConstraint