インタフェースjava.lang.classfile.TypeAnnotation.TypeArgumentTargetの
使用
TypeAnnotation.TypeArgumentTargetを使用するパッケージ
-
java.lang.classfileでのTypeAnnotation.TypeArgumentTargetの使用
修飾子と型メソッド説明TypeAnnotation.TargetInfo.ofCastExpr(Label target, int typeArgumentIndex) キャスト式のi番目の型の注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofConstructorInvocationTypeArgument(Label target, int typeArgumentIndex) 明示的なコンストラクタ呼出し文の明示的な型引数リストにあるi番目の型引数に対する注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofConstructorReferenceTypeArgument(Label target, int typeArgumentIndex) 新しい式の明示的な型引数リストにあるi番目の型引数に対する注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofMethodInvocationTypeArgument(Label target, int typeArgumentIndex) メソッド呼出し式の明示的な型引数リストにあるi番目の型引数に対する注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofMethodReferenceTypeArgument(Label target, int typeArgumentIndex) メソッド参照式の明示的な型引数リストにあるi番目の型引数に対する注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofTypeArgument(TypeAnnotation.TargetType targetType, Label target, int typeArgumentIndex) キャスト式内のi番目の型、または明示的な型引数リスト内のi番目の型引数で、次のいずれかの注釈のターゲットを返します: 新しい式、明示的なコンストラクタ呼出し文、メソッド呼出し式またはメソッド参照式。