|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
A - 注釈の実行時型public interface CtAnnotationInstance<A extends Annotation>
注釈。
| メソッドの概要 | ||
|---|---|---|
|
getElement(Class<T> type,
String name)
指定の名前を持つ要素を返す。 |
|
CtAnnotationInstanceElement<?> |
getElement(String name)
指定の名前を持つ要素を返す。 |
|
List<CtAnnotationInstanceElement<?>> |
getElements()
この注釈が持つ各要素を返す。 |
|
CtAnnotation<A> |
getType()
この注釈の宣言を返す。 |
|
Map<String,CtExpression<?>> |
getValueMap()
この注釈が持つ各要素を返す。 |
|
| インタフェース org.ashikunep.irenka.dom.CtExpression から継承されたメソッド |
|---|
as, as, evalType |
| インタフェース 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 |
| インタフェース org.ashikunep.irenka.dom.CtModifierOrAnnotation から継承されたメソッド |
|---|
isAnnotation, isModifier |
| インタフェース 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 |
| メソッドの詳細 |
|---|
CtAnnotation<A> getType()
List<CtAnnotationInstanceElement<?>> getElements()
CtAnnotationInstanceElement<?> getElement(String name)
name - 要素の名前
null
<T> CtAnnotationInstanceElement<T> getElement(Class<T> type,
String name)
T - 要素の型type - 要素の型name - 要素の名前
null@Unmodifiable Map<String,CtExpression<?>> getValueMap()
default指定された要素のうち、省略された要素についてもその規定値が含まれる。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||