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.ClassSignature.superclassSignature()Returns the instantiation of the superclass in this 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.ClassSignature.superinterfaceSignatures()Returns the instantiation of the interfaces in this signature.Methods in java.lang.classfilePREVIEW with parameters of type Signature.ClassTypeSigPREVIEWModifier and TypeMethodDescriptionstatic ClassSignaturePREVIEWClassSignature.of(Signature.ClassTypeSigPREVIEW superclassSignature, Signature.ClassTypeSigPREVIEW... superinterfaceSignatures) Returns a class signature.static ClassSignaturePREVIEWClassSignature.of(List<Signature.TypeParamPREVIEW> typeParameters, Signature.ClassTypeSigPREVIEW superclassSignature, Signature.ClassTypeSigPREVIEW... superinterfaceSignatures) Returns a class signature.Signature.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.