public interface PackageDeclaration extends Model
[JLS3:7.4] Package Declarations
Modifier and Type | Method and Description |
---|---|
List<? extends Annotation> |
getAnnotations()
Returns a the annotations.
|
Javadoc |
getJavadoc()
Returns the documentation comment.
|
Name |
getName()
Returns the target package name.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Javadoc getJavadoc()
null
if it is not specifiedList<? extends Annotation> getAnnotations()
Name getName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.