com.puppycrawl.tools.checkstyle.checks.regexp
Class NeverSuppress

java.lang.Object
  extended by com.puppycrawl.tools.checkstyle.checks.regexp.NeverSuppress

public final class NeverSuppress
extends java.lang.Object

An implementation of MatchSuppressor that never suppresses a match.

Author:
oliver

Field Summary
static com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor INSTANCE
          The shared instance.
 
Method Summary
 boolean shouldSuppress(int aStartLineNo, int aStartColNo, int aEndLineNo, int aEndColNo)
          Checks if the specified selection should be suppressed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor INSTANCE
The shared instance.

Method Detail

shouldSuppress

public boolean shouldSuppress(int aStartLineNo,
                              int aStartColNo,
                              int aEndLineNo,
                              int aEndColNo)
Checks if the specified selection should be suppressed.

Parameters:
aStartLineNo - the starting line number
aStartColNo - the starting column number
aEndLineNo - the ending line number
aEndColNo - the ending column number
Returns:
true if the positions intersects with a comment.


Copyright © 2001-2011. All Rights Reserved.