Uses of Interface
java.lang.classfile.Signature.ClassTypeSig
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of Signature.ClassTypeSigPREVIEW in java.lang.classfilePREVIEW
Modifier 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.Modifier and TypeMethodDescriptionSignature.ClassTypeSig.outerType()
Returns the signature of the outer type, if any.Modifier 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.