|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||
Uses of Class
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ClassDef
| Uses of ClassDef in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify |
| Subclasses of ClassDef in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify | |
class |
AnonymousInnerClass
|
| Fields in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify declared as ClassDef | |
private ClassDef |
TableMaker.ClassFinisher._def
|
protected ClassDef |
DefaultConstructor._classConstructed
|
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify that return ClassDef | |
ClassDef |
Definition.getEnclosingClass()
Returns the ClassDef that this scope is contained in. |
ClassDef |
ClassDef.getEnclosingClass()
|
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. |
| Methods in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type ClassDef | |
void |
UnknownClass.addSubclass(ClassDef subclass)
adds ClassDef to the collection of (direct?) subclasses of
this class |
void |
UnknownClass.addImplementor(ClassDef implementor)
adds ClassDef to the collection of implemented interfaces
of this class |
static SymTabAST |
TableMaker.getExtendsNode(ClassDef classDef)
returns the SymTabAST that contains the parameter classDef's
extends nodes |
void |
SymbolTable.defineClass(ClassDef def)
defines a class in the symbol table. |
void |
Scope.addDefinition(ClassDef def)
|
protected void |
Resolver.handleClass(ClassDef classDef)
processes a ClassDef and resolves references in it |
void |
NullClass.addSubclass(ClassDef subclass)
|
void |
NullClass.addImplementor(ClassDef implementor)
|
void |
IClass.addSubclass(ClassDef subclass)
adds ClassDef to the collection of (direct?) subclasses of
this class |
void |
IClass.addImplementor(ClassDef implementor)
adds ClassDef to the collection of implemented interfaces
of this class |
void |
ExternalClass.addImplementor(ClassDef implementor)
|
void |
ExternalClass.addSubclass(ClassDef subclass)
|
private void |
DefinitionTraverser.traverse(ClassDef classDef)
|
protected void |
DefinitionTraverser.handleClass(ClassDef classDef)
|
void |
ClassDef.addSubclass(ClassDef subclass)
|
void |
ClassDef.addImplementor(ClassDef implementor)
|
void |
ArrayDef.addSubclass(ClassDef subclass)
|
void |
ArrayDef.addImplementor(ClassDef implementor)
|
| Constructors in com.puppycrawl.tools.checkstyle.checks.usage.transmogrify with parameters of type ClassDef | |
DefaultConstructor(ClassDef classConstructed)
|
|
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV NEXT | ||||||||