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, getName
getJavadoc, getModifiers
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
List<? extends TypeParameterDeclaration> getTypeParameters()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.