|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.declaration
Interface GenericD

- 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.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC