public static class MatchSentence.Impl extends Positioned.Impl implements MatchSentence
MatchSentence.Impl, MatchSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Name actor,
java.util.List<Pattern> patterns,
Expr roots) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getActor() |
java.util.List<Pattern> |
getPatterns() |
Expr |
getRoots() |
void |
setActor(Name actor) |
void |
setPatterns(java.util.List<Pattern> patterns) |
void |
setRoots(Expr roots) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, ofgetPosition, of, setPositionpublic Name getActor()
getActor in interface ActorSentencegetActor in interface MatchSentencepublic void setActor(Name actor)
setActor in interface ActorSentencesetActor in interface MatchSentencepublic java.util.List<Pattern> getPatterns()
getPatterns in interface MatchSentencepublic void setPatterns(java.util.List<Pattern> patterns)
setPatterns in interface MatchSentencepublic Expr getRoots()
getRoots in interface MatchSentencepublic void setRoots(Expr roots)
setRoots in interface MatchSentence