Uses of Interface
java.lang.classfile.Signature
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of SignaturePREVIEW in java.lang.classfilePREVIEW
Subinterfaces of SignaturePREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptionstatic interface
Preview.Models the signature of an array type.static interface
Preview.Models the signature of a primitive type or voidstatic interface
Preview.Models the signature of a possibly-parameterized class or interface type.static interface
Preview.Models the signature of a reference type, which may be a class, interface, type variable, or array type.static interface
Preview.Models a signature for a throwable type.static interface
Preview.Models the signature of a type variable.Methods in java.lang.classfilePREVIEW that return SignaturePREVIEWModifier and TypeMethodDescriptionSignature.ArrayTypeSig.componentSignature()
Returns the signature of the component type.Returns a Java type signature.Parses generic Java type signature from raw stringMethodSignature.result()
Returns the signatures of the return value of this method.Methods in java.lang.classfilePREVIEW that return types with arguments of type SignaturePREVIEWModifier and TypeMethodDescriptionMethodSignature.arguments()
Returns the signatures of the parameters of this method.Methods in java.lang.classfilePREVIEW with parameters of type SignaturePREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.localVariableType
(int slot, String name, SignaturePREVIEW signature, LabelPREVIEW startScope, LabelPREVIEW endScope) Declare a local variable type entrystatic MethodSignaturePREVIEW
Returns a method signature.static MethodSignaturePREVIEW
MethodSignature.of
(List<Signature.TypeParamPREVIEW> typeParameters, List<Signature.ThrowableSigPREVIEW> exceptions, SignaturePREVIEW result, SignaturePREVIEW... arguments) Returns a method signature.Returns a signature for an array type.Returns a signature for an array type. -
Uses of SignaturePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return SignaturePREVIEWModifier and TypeMethodDescriptionSignatureAttribute.asTypeSignature()
Parse the signature as a type signature.Methods in java.lang.classfile.attributePREVIEW with parameters of type SignaturePREVIEWModifier and TypeMethodDescriptionstatic SignatureAttributePREVIEW
Returns aSignature
attribute. -
Uses of SignaturePREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return SignaturePREVIEWModifier and TypeMethodDescriptionLocalVariableType.signatureSymbol()
Returns the local variable signature.Methods in java.lang.classfile.instructionPREVIEW with parameters of type SignaturePREVIEW