public interface ClassDeclaration extends TypeDeclaration
[JLS3:8.1] Class Declaration | Modifier and Type | Method and Description |
|---|---|
Type |
getSuperClass()
Returns the super class.
|
List<? extends Type> |
getSuperInterfaceTypes()
Returns the super interface types.
|
List<? extends TypeParameterDeclaration> |
getTypeParameters()
Returns the type parameter declarations.
|
getBodyDeclarations, getNamegetJavadoc, getModifiersaccept, equals, findModelTrait, getModelKind, hashCode, putModelTraitList<? extends TypeParameterDeclaration> getTypeParameters()
Type getSuperClass()
null if there is no explicit super classCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.