|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
Class ReferenceTool

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ReferenceTool