|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface CtImport
インポート宣言。
| メソッドの概要 | |
|---|---|
String |
getContent()
このインポート宣言によってインポートする対象を文字列で返す。 |
LtImportDeclaration |
getDeclarationPersistence()
この要素の永続を返す。 |
ImportKind |
getKind()
この宣言の種類を返す。 |
String |
getMemberName()
このインポート宣言が ImportKind.STATICである場合のみ、
そのメンバ名を返す。 |
CtNamespace |
getNamespace()
このインポート宣言に関連する名前空間(パッケージまたは型宣言)を返す。 |
| インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド |
|---|
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute |
| インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド |
|---|
getClientStorage, putClientStorage |
| インタフェース java.lang.Comparable から継承されたメソッド |
|---|
compareTo |
| メソッドの詳細 |
|---|
ImportKind getKind()
CtNamespace getNamespace()
ImportKind.STATICである場合には、getMemberName()を利用して
追加情報を利用する必要がある。
String getMemberName()
ImportKind.STATICである場合のみ、
そのメンバ名を返す。
String getContent()
LtImportDeclaration getDeclarationPersistence()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||