Uses of Interface
java.lang.classfile.Signature.RefTypeSig
Packages that use Signature.RefTypeSigPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.RefTypeSigPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of Signature.RefTypeSigPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptionstatic interfacePreview.Models the signature of an array type.static interfacePreview.Models the signature of a possibly-parameterized class or interface type.static interfacePreview.Models the signature of a type variable.Methods in java.lang.classfilePREVIEW that return Signature.RefTypeSigPREVIEWModifier and TypeMethodDescriptionSignature.TypeArg.Bounded.boundType()Returns the signature of the type bound.Methods in java.lang.classfilePREVIEW that return types with arguments of type Signature.RefTypeSigPREVIEWModifier and TypeMethodDescriptionSignature.TypeParam.classBound()Returns the class bound of the type parameter.Signature.TypeParam.interfaceBounds()Returns the interface bounds of the type parameter.Methods in java.lang.classfilePREVIEW with parameters of type Signature.RefTypeSigPREVIEWModifier and TypeMethodDescriptionSignature.TypeArg.bounded(Signature.TypeArg.Bounded.WildcardIndicatorPREVIEW wildcard, Signature.RefTypeSigPREVIEW boundType) Returns a bounded type arg.Signature.TypeArg.extendsOf(Signature.RefTypeSigPREVIEW boundType) Returns an upper-bounded type arg.Signature.TypeArg.of(Signature.RefTypeSigPREVIEW boundType) Returns a bounded type arg.static Signature.TypeParamPREVIEWSignature.TypeParam.of(String identifier, Signature.RefTypeSigPREVIEW classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.static Signature.TypeParamPREVIEWSignature.TypeParam.of(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.Signature.TypeArg.superOf(Signature.RefTypeSigPREVIEW boundType) Returns a lower-bounded type arg.Method parameters in java.lang.classfilePREVIEW with type arguments of type Signature.RefTypeSigPREVIEWModifier and TypeMethodDescriptionstatic Signature.TypeParamPREVIEWSignature.TypeParam.of(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.