org.sonar.java.checks.codesnippet
Class PatternMatcherResult
java.lang.Object
org.sonar.java.checks.codesnippet.PatternMatcherResult
public class PatternMatcherResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternMatcherResult
public PatternMatcherResult(int matchingToIndex)
PatternMatcherResult
public PatternMatcherResult(int matchingToIndex,
PatternMatcherResult nextPatternMatcherResult)
isMatching
public boolean isMatching()
getMatchingToIndex
public int getMatchingToIndex()
getNextPatternMatcherResult
public PatternMatcherResult getNextPatternMatcherResult()
getMismatch
public static PatternMatcherResult getMismatch()
Copyright © 2012 SonarSource. All Rights Reserved.