Uses of Interface
java.lang.classfile.Signature.ClassTypeSig
Packages that use Signature.ClassTypeSigPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.ClassTypeSigPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return Signature.ClassTypeSigPREVIEWModifier 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.Methods in java.lang.classfilePREVIEW that return types with arguments of type Signature.ClassTypeSigPREVIEWModifier and TypeMethodDescriptionSignature.ClassTypeSig.outerType()Returns the signature of the outer type, if any.Methods in java.lang.classfilePREVIEW with parameters of type Signature.ClassTypeSigPREVIEWModifier 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.