|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||
Uses of Class
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.SymbolTable
| Uses of SymbolTable in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify |
| Fields in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify declared as SymbolTable | |
private SymbolTable |
TableMaker.symbolTable
|
private SymbolTable |
QueryEngine.symbolTable
|
protected SymbolTable |
DefinitionTraverser._symbolTable
|
private SymbolTable |
BaseScope.table
|
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return SymbolTable | |
SymbolTable |
TableMaker.getTable()
returns the SymbolTable that has been constructed by
this TableMaker |
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type SymbolTable | |
private static ClassDef |
ASTUtil.getType(SymTabAST tree,
SymbolTable symbolTable)
Builds a ClassDef based on the the Node of tpye JavaTokenType.TYPE in the SymTabAST and returns this. |
| Constructors in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type SymbolTable | |
Resolver(SymbolTable symbolTable)
constructor with SymbolTable to be resolved |
|
ReferenceThreshold(SymbolTable table,
int threshold)
|
|
ReferenceCounter(SymbolTable table)
|
|
QueryEngine(SymbolTable symbolTable)
|
|
DefinitionTraverser(SymbolTable symbolTable)
|
|
BaseScope(SymbolTable symbolTable)
|
|
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||