Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
Class ReferenceTool  view ReferenceTool download ReferenceTool.java

java.lang.Object
  extended bycom.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ReferenceTool
Direct Known Subclasses:
ReferenceCounter, ReferenceThreshold

public abstract class ReferenceTool
extends java.lang.Object


Field Summary
protected  SymTabAST _tree
           
 
Constructor Summary
ReferenceTool(SymTabAST tree)
           
 
Method Summary
protected abstract  void handleNode(SymTabAST node)
           
protected  void walkChildren(SymTabAST node)
           
private  void walkSelfAndSiblings(SymTabAST node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tree

protected SymTabAST _tree
Constructor Detail

ReferenceTool

public ReferenceTool(SymTabAST tree)
Method Detail

walkChildren

protected void walkChildren(SymTabAST node)

walkSelfAndSiblings

private void walkSelfAndSiblings(SymTabAST node)

handleNode

protected abstract void handleNode(SymTabAST node)