Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
Interface Typed  view Typed download Typed.java

All Superinterfaces:
IDefinition
All Known Subinterfaces:
IMethod, IVariable
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