org.sonar.java.checks.codesnippet
Class PatternMatcherResult

java.lang.Object
  extended by org.sonar.java.checks.codesnippet.PatternMatcherResult

public class PatternMatcherResult
extends Object


Constructor Summary
PatternMatcherResult(int matchingToIndex)
           
PatternMatcherResult(int matchingToIndex, PatternMatcherResult nextPatternMatcherResult)
           
 
Method Summary
 int getMatchingToIndex()
           
static PatternMatcherResult getMismatch()
           
 PatternMatcherResult getNextPatternMatcherResult()
           
 boolean isMatching()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternMatcherResult

public PatternMatcherResult(int matchingToIndex)

PatternMatcherResult

public PatternMatcherResult(int matchingToIndex,
                            PatternMatcherResult nextPatternMatcherResult)
Method Detail

isMatching

public boolean isMatching()

getMatchingToIndex

public int getMatchingToIndex()

getNextPatternMatcherResult

public PatternMatcherResult getNextPatternMatcherResult()

getMismatch

public static PatternMatcherResult getMismatch()


Copyright © 2012 SonarSource. All Rights Reserved.