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

Quick Search    Search Deep

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

All Superinterfaces:
Declaration, MemberD
All Known Subinterfaces:
ClassD, ConstructorD, ExecutableD, MethodD

public interface GenericD
extends MemberD

Common supertype for Mirror elements that have a name.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Method Summary
 java.util.Collection getTypeParameters()
          Gets the declared type parameters.
 
Methods inherited from interface javax.ide.model.java.declaration.MemberD
getEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 

Method Detail

getTypeParameters

public java.util.Collection getTypeParameters()
Gets the declared type parameters.