public interface ImportDeclaration extends Model
[JLS3:7.5] Import Declarations
Modifier and Type | Method and Description |
---|---|
ImportKind |
getImportKind()
Returns the import kind.
|
Name |
getName()
Returns the import target type or member name.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
ImportKind getImportKind()
Name getName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.