Uses of Interface
java.lang.classfile.Signature.RefTypeSig
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.RefTypeSigPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeInterfaceDescriptionstatic interface
Preview.Models the signature of an array type.static interface
Preview.Models the signature of a possibly-parameterized class or interface type.static interface
Preview.Models the signature of a type variable.Modifier and TypeMethodDescriptionSignature.TypeArg.Bounded.boundType()
Returns the signature of the type bound.Modifier and TypeMethodDescriptionSignature.TypeParam.classBound()
Returns the class bound of the type parameter.Signature.TypeParam.interfaceBounds()
Returns the interface bounds of the type parameter.Modifier 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.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.Signature.TypeArg.superOf
(Signature.RefTypeSigPREVIEW boundType) Returns a lower-bounded type arg.Modifier and TypeMethodDescriptionstatic Signature.TypeParamPREVIEW
Signature.TypeParam.of
(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.