Uses of Interface
java.lang.classfile.Signature.TypeArg
Packages that use Signature.TypeArgPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.TypeArgPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of Signature.TypeArgPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptionstatic interface
Preview.Models a type argument with an explicit bound type.static interface
Preview.Models an unbounded type argument*
.Methods in java.lang.classfilePREVIEW that return types with arguments of type Signature.TypeArgPREVIEWModifier and TypeMethodDescriptionSignature.ClassTypeSig.typeArgs()
Returns the type arguments of the class.Methods in java.lang.classfilePREVIEW with parameters of type Signature.TypeArgPREVIEWModifier and TypeMethodDescriptionSignature.ClassTypeSig.of
(Signature.ClassTypeSigPREVIEW outerType, ClassDesc className, Signature.TypeArgPREVIEW... typeArgs) Returns a class type signature for an inner class.Signature.ClassTypeSig.of
(Signature.ClassTypeSigPREVIEW outerType, String className, Signature.TypeArgPREVIEW... typeArgs) Returns a class type signature for an inner class.Signature.ClassTypeSig.of
(ClassDesc className, Signature.TypeArgPREVIEW... typeArgs) Returns a class type signature.Signature.ClassTypeSig.of
(String className, Signature.TypeArgPREVIEW... typeArgs) Returns a class type signature.