public interface TypeDeclaration extends AbstractTypeDeclaration
The following features are supported:
JavaPackage.getTypeDeclaration()| Modifier and Type | Method and Description |
|---|---|
|
getTypeParameters()
Returns the value of the 'Type Parameters' containment reference list.
|
getBodyDeclarations, getCommentsAfterBody, getCommentsBeforeBody, getPackage, getSuperInterfaces, setPackagegetAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetUsagesInTypeAccessgetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitgetTypeParameters()
TypeParameter.
If the meaning of the 'Type Parameters' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getTypeDeclaration_TypeParameters()