public interface ClassDeclaration extends TypeDeclaration
The following features are supported:
JavaPackage.getClassDeclaration()| Modifier and Type | Method and Description |
|---|---|
TypeAccess |
getSuperClass()
Returns the value of the 'Super Class' containment reference.
|
void |
setSuperClass(TypeAccess value)
Sets the value of the '
Super Class' containment reference. |
getTypeParametersgetBodyDeclarations, getCommentsAfterBody, getCommentsBeforeBody, getPackage, getSuperInterfaces, setPackagegetAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetUsagesInTypeAccessgetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitTypeAccess getSuperClass()
If the meaning of the 'Super Class' containment reference isn't clear, there really should be more of a description here...
setSuperClass(TypeAccess),
JavaPackage.getClassDeclaration_SuperClass()void setSuperClass(TypeAccess value)
Super Class' containment reference.
value - the new value of the 'Super Class' containment reference.getSuperClass()