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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionMethodSignature.arguments()
Returns the signatures of the parameters of this method.Modifier 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
Modifier and TypeMethodDescriptionSignatureAttribute.asTypeSignature()
Parse the signature as a type signature.Modifier and TypeMethodDescriptionstatic SignatureAttributePREVIEW
Returns aSignature
attribute. -
Uses of SignaturePREVIEW in java.lang.classfile.instructionPREVIEW
Modifier and TypeMethodDescriptionLocalVariableType.signatureSymbol()
Returns the local variable signature.