インタフェースjava.lang.classfile.Signature.TypeArg.Boundedの
使用
Signature.TypeArg.Boundedを使用するパッケージ
-
java.lang.classfileでのSignature.TypeArg.Boundedの使用
修飾子と型メソッド説明static Signature.TypeArg.BoundedSignature.TypeArg.bounded(Signature.TypeArg.Bounded.WildcardIndicator wildcard, Signature.RefTypeSig boundType) バインド型引数を返します。static Signature.TypeArg.BoundedSignature.TypeArg.extendsOf(Signature.RefTypeSig boundType) 上限ワイルドカード型の引数を返します。static Signature.TypeArg.BoundedSignature.TypeArg.of(Signature.RefTypeSig boundType) 参照型の型引数を返します。static Signature.TypeArg.BoundedSignature.TypeArg.superOf(Signature.RefTypeSig boundType) 下限ワイルドカード型の引数を返します。