|
|||||||||
| 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
Interface Typed

- All Superinterfaces:
- IDefinition
- All Known Implementing Classes:
- ExternalConstructor, ExternalMethod, ExternalVariable, InterfaceConstructor, MethodDef, VariableDef
- public interface Typed
- extends IDefinition
classes that implement this interface have a notion of "type" like int, String, GerblinkenLight, etc.
| Method Summary | |
IClass |
getType()
gets the type of this definition |
| Methods inherited from interface com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.IDefinition |
addReference, getName, getNumReferences, getQualifiedName, getReferences, isSourced |
| Method Detail |
getType
public IClass getType()
- gets the type of this definition
|
|||||||||
| 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