com.jimischopp.checkstyle
Class AbstractBaseChecker

java.lang.Object
  extended by com.puppycrawl.tools.checkstyle.api.AutomaticBean
      extended by com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
          extended by com.puppycrawl.tools.checkstyle.api.Check
              extended by com.jimischopp.checkstyle.AbstractBaseChecker
All Implemented Interfaces:
com.puppycrawl.tools.checkstyle.api.Configurable, com.puppycrawl.tools.checkstyle.api.Contextualizable
Direct Known Subclasses:
ResourceUseInLoopCheck, WastefulDateCreationCheck, WastefulParseNumCheck

public abstract class AbstractBaseChecker
extends com.puppycrawl.tools.checkstyle.api.Check

An abstract class the proves useful methods for decoding/deciphering AST blocks.

Copyright 2003, James Schopp

Since:
Oct 27, 2003
Author:
James Schopp
See Also:
Check

Constructor Summary
AbstractBaseChecker()
           
 
Method Summary
 boolean isInsideLoop(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
           
 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.Check
beginTree, destroy, finishTree, getAcceptableTokens, getClassLoader, getDefaultTokens, getFileContents, getLines, getRequiredTokens, getTokenNames, init, leaveToken, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens, visitToken
 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
getId, getSeverity, getSeverityLevel, setId, setSeverity
 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
configure, contextualize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBaseChecker

public AbstractBaseChecker()
Method Detail

isInsideLoop

public boolean isInsideLoop(com.puppycrawl.tools.checkstyle.api.DetailAST ast)