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

Quick Search    Search Deep

javax.ide.model.java.declaration
Interface HasTypeD  view HasTypeD download HasTypeD.java

All Superinterfaces:
Declaration
All Known Subinterfaces:
ArrayTypeD, ClassD, FieldD, MethodD, ParameterD, TypeD, TypeVariableD, WildcardTypeD

public interface HasTypeD
extends Declaration

Common supertype for Mirror elements that have a type.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Method Summary
 TypeD getType()
          Gets the type of this element.
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 

Method Detail

getType

public TypeD getType()
Gets the type of this element.