|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||
Uses of Class
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.SymbolTableException
| Uses of SymbolTableException in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify |
| Subclasses of SymbolTableException in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify | |
class |
ClassImportException
|
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that throw SymbolTableException | |
SymbolTable |
TableMaker.getTable()
returns the SymbolTable that has been constructed by
this TableMaker |
private void |
TableMaker.createDefinitions()
walks the tree and finishes creating definitions. |
private void |
TableMaker.finishCreatingDefinitions()
finishes up creating definitions process starts at the base of the Table |
private void |
TableMaker.finishCreatingDefinition(Definition def)
begins at the base of the Table and starts finishing definition creation. |
private void |
TableMaker.finishCreatingChildren(Scope scope)
iterates through all the definitions in the Scope
finishes creating each Scope. |
void |
TableMaker.DefinitionFinisher.finish()
|
void |
TableMaker.ClassFinisher.finish()
Completes all tasks required for finishing a ClassDef Including adding imports, setting super classes and adding interfaces. |
private void |
ASTManager.buildTree()
Builds the complete tree for all added parse trees. |
java.util.Set |
ASTManager.getCheckNodes(com.puppycrawl.tools.checkstyle.checks.usage.AbstractUsageCheck aCheck)
Gets the nodes to check with a usage check. |
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||