|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
R - 実行時の型public interface CtAnnotation<R extends Annotation>
注釈型。
| メソッドの概要 | ||
|---|---|---|
|
getDeclaredElement(Class<T> type,
String name)
この注釈型が宣言する、指定の型と名前を持つ注釈要素の宣言を返す。 |
|
CtAnnotationElement<?> |
getDeclaredElement(String name)
この注釈型が宣言する、指定の名前を持つ注釈要素の宣言を返す。 |
|
List<? extends CtAnnotationElement<?>> |
getDeclaredElements()
この型の宣言が包括するすべての注釈要素の宣言を返す。 |
|
|
getElement(Class<T> type,
String name)
この注釈型が宣言する、指定の型と名前を持つ注釈要素を返す。 |
|
CtAnnotationElement<?> |
getElement(String name)
この注釈型が宣言する、指定の名前を持つ注釈要素を返す。 |
|
CtAnnotation<R> |
getMaster()
この参照のマスタ参照を返す。 |
|
CtAnnotation<R> |
inherit(CtGenericReference context)
指定の総称化コンテキストを適用させた新たな参照を返す。 |
|
CtAnnotationInstance<R> |
newInstance()
この注釈型の注釈を生成して返す。 |
|
CtAnnotation<R> |
newReference()
空の GenericContextを持つ新たなスレーブ参照を返す。 |
|
| インタフェース org.ashikunep.irenka.dom.CtInterface から継承されたメソッド |
|---|
getParameterized, getParameterized, getSuperClass |
| インタフェース org.ashikunep.irenka.dom.CtType から継承されたメソッド |
|---|
apply, array, asSubType, box, capture, erasure, getField, getMethod, getMethod, getMethod, getMethod, getMethod, getMethod, getName, getNumberOfDimensions, getSuperInterfaces, getTypeKind, getTypePersistence, isAssignableFrom, isCompatible, isSame, unbox |
| インタフェース org.ashikunep.irenka.dom.CtNamedReference から継承されたメソッド |
|---|
getSimpleName, setSimpleName |
| インタフェース org.ashikunep.irenka.dom.CtMember から継承されたメソッド |
|---|
getDeclaringType |
| インタフェース org.ashikunep.irenka.dom.CtNamespace から継承されたメソッド |
|---|
getName, getSubNameSpace, setCompilationUnit |
| インタフェース org.ashikunep.irenka.dom.CtNamedReference から継承されたメソッド |
|---|
getSimpleName, setSimpleName |
| インタフェース org.ashikunep.irenka.dom.CtGenericReference から継承されたメソッド |
|---|
getEnclosingGenericReference, getTypeArguments, getTypeParameters |
| メソッドの詳細 |
|---|
CtAnnotation<R> getMaster()
CtReference の記述:
CtDeclaredType<R extends Annotation> 内の getMasterCtInterface<R extends Annotation> 内の getMasterCtMember 内の getMasterCtNamedType<R extends Annotation> 内の getMasterCtNamespace 内の getMasterCtReference 内の getMasterCtAnnotation<R> newReference()
CtMember の記述: GenericContextを持つ新たなスレーブ参照を返す。
CtDeclaredType<R extends Annotation> 内の newReferenceCtInterface<R extends Annotation> 内の newReferenceCtMember 内の newReferenceCtNamedType<R extends Annotation> 内の newReferenceCtNamespace 内の newReferenceCtReference 内の newReferenceCtAnnotation<R> inherit(CtGenericReference context)
CtGenericReference の記述:
CtDeclaredType<R extends Annotation> 内の inheritCtGenericReference 内の inheritCtInterface<R extends Annotation> 内の inheritcontext - 適用させるコンテキスト
CtAnnotationInstance<R> newInstance()
<T> CtAnnotationElement<T> getDeclaredElement(Class<T> type,
String name)
T - 対象要素の型type - 対象要素の型name - 対象要素の名前
nullCtAnnotationElement<?> getDeclaredElement(String name)
name - 対象要素の名前
nullList<? extends CtAnnotationElement<?>> getDeclaredElements()
<T> CtAnnotationElement<T> getElement(Class<T> type,
String name)
T - 対象要素の型type - 対象要素の型name - 対象要素の名前
nullCtAnnotationElement<?> getElement(String name)
name - 対象要素の名前
null
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||