インタフェースSignature.TypeParam
-
メソッドのサマリー
修飾子と型メソッド説明typeパラメータのクラス・バウンドを返します。typeパラメータの名前を返します。typeパラメータのインタフェース境界を返します。static Signature.TypeParamPREVIEW
of
(String identifier, Signature.RefTypeSigPREVIEW classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) 型パラメータのシグネチャを返します。static Signature.TypeParamPREVIEW
of
(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) 型パラメータのシグネチャを返します。
-
メソッドの詳細
-
identifier
-
classBound
-
interfaceBounds
List<Signature.RefTypeSigPREVIEW> interfaceBounds()typeパラメータのインタフェース境界を返します。- 戻り値:
- typeパラメータのインタフェース境界
-
of
static Signature.TypeParamPREVIEW of(String identifier, Signature.RefTypeSigPREVIEW classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) 型パラメータのシグネチャを返します。- パラメータ:
identifier
- 型パラメータの名前classBound
- 型パラメータのクラス・バウンドinterfaceBounds
- typeパラメータのインタフェース境界- 戻り値:
- 型パラメータのシグネチャ
-
of
static Signature.TypeParamPREVIEW of(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) 型パラメータのシグネチャを返します。- パラメータ:
identifier
- 型パラメータの名前classBound
- 型パラメータのクラス・バウンドinterfaceBounds
- typeパラメータのインタフェース境界- 戻り値:
- 型パラメータのシグネチャ
-
TypeParam
を使用できます。