public class FollowMatchersVisitor extends DefaultMatcherVisitor<Boolean>
Constructor and Description |
---|
FollowMatchersVisitor() |
Modifier and Type | Method and Description |
---|---|
Boolean |
defaultValue(AbstractMatcher matcher)
Returns the default value for all visiting methods that have not been overridden.
|
List<Matcher> |
getFollowMatchers(MatcherContext currentContext) |
Boolean |
visit(OneOrMoreMatcher matcher) |
Boolean |
visit(SequenceMatcher matcher) |
Boolean |
visit(ZeroOrMoreMatcher matcher) |
public List<Matcher> getFollowMatchers(MatcherContext currentContext)
public Boolean visit(OneOrMoreMatcher matcher)
visit
in interface MatcherVisitor<Boolean>
visit
in class DefaultMatcherVisitor<Boolean>
public Boolean visit(SequenceMatcher matcher)
visit
in interface MatcherVisitor<Boolean>
visit
in class DefaultMatcherVisitor<Boolean>
public Boolean visit(ZeroOrMoreMatcher matcher)
visit
in interface MatcherVisitor<Boolean>
visit
in class DefaultMatcherVisitor<Boolean>
public Boolean defaultValue(AbstractMatcher matcher)
DefaultMatcherVisitor
defaultValue
in class DefaultMatcherVisitor<Boolean>
matcher
- the matcherCopyright © 2017. All rights reserved.