org.sonar.java.checks.codesnippet
Class PatternMatcher
java.lang.Object
org.sonar.java.checks.codesnippet.PatternMatcher
- Direct Known Subclasses:
- CommonPatternMatcher, VaryingPatternMatcher
public abstract class PatternMatcher
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternMatcher
public PatternMatcher(PatternMatcher nextPatternMatcher)
getNextPatternMatcher
public PatternMatcher getNextPatternMatcher()
hasNextPatternMatcher
public boolean hasNextPatternMatcher()
match
public abstract PatternMatcherResult match(List<com.sonar.sslr.api.Token> tokens)
Copyright © 2012 SonarSource. All Rights Reserved.