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 TypeMethodDescriptionClassSignature.superclassSignature()
Returns the instantiation of the superclass in this signature.Modifier and TypeMethodDescriptionSignature.TypeArg.boundType()
Returns the signature of the type bound, if any.Signature.TypeParam.classBound()
Returns the class bound of the type parameter.Signature.TypeParam.interfaceBounds()
Returns the interface bounds of the type parameter.ClassSignature.superinterfaceSignatures()
Returns the instantiation of the interfaces in this signature.Modifier and TypeMethodDescriptionstatic Signature.TypeArgPREVIEW
Signature.TypeArg.extendsOf
(Signature.RefTypeSigPREVIEW boundType) Returns an upper-bounded type arg.static ClassSignaturePREVIEW
ClassSignature.of
(Signature.RefTypeSigPREVIEW superclassSignature, Signature.RefTypeSigPREVIEW... superinterfaceSignatures) Returns a class signature.static ClassSignaturePREVIEW
ClassSignature.of
(List<Signature.TypeParamPREVIEW> typeParameters, Signature.RefTypeSigPREVIEW superclassSignature, Signature.RefTypeSigPREVIEW... superinterfaceSignatures) Returns a class signature.static Signature.TypeArgPREVIEW
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.static Signature.TypeArgPREVIEW
Signature.TypeArg.superOf
(Signature.RefTypeSigPREVIEW boundType) Returns a lower-bounded type arg.Modifier and TypeMethodDescriptionstatic Signature.TypeArgPREVIEW
Signature.TypeArg.of
(Signature.TypeArg.WildcardIndicatorPREVIEW wildcard, Optional<Signature.RefTypeSigPREVIEW> boundType) Returns a bounded type arg.static Signature.TypeParamPREVIEW
Signature.TypeParam.of
(String identifier, Optional<Signature.RefTypeSigPREVIEW> classBound, Signature.RefTypeSigPREVIEW... interfaceBounds) Returns a signature for a type parameter.