Uses of Interface
java.lang.classfile.Signature.TypeParam
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.TypeParamPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionstatic Signature.TypeParamPREVIEW
Signature.TypeParam.of
(String identifier, Signature.RefTypeSigPREVIEW classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.static Signature.TypeParamPREVIEW
Signature.TypeParam.of
(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.Modifier and TypeMethodDescriptionClassSignature.typeParameters()
Returns the type parameters of this class.MethodSignature.typeParameters()
Returns the type parameters of this method.Modifier and TypeMethodDescriptionstatic ClassSignaturePREVIEW
ClassSignature.of
(List<Signature.TypeParamPREVIEW> typeParameters, Signature.RefTypeSigPREVIEW superclassSignature, Signature.RefTypeSigPREVIEW... superinterfaceSignatures) Returns a class signature.static MethodSignaturePREVIEW
MethodSignature.of
(List<Signature.TypeParamPREVIEW> typeParameters, List<Signature.ThrowableSigPREVIEW> exceptions, SignaturePREVIEW result, SignaturePREVIEW... arguments) Returns a method signature.