public interface InterfaceDeclaration extends TypeDeclaration
[JLS3:9.1] Interface Declarations | Modifier and Type | Method and Description |
|---|---|
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()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.