Uses of Class
org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
Packages that use SignatureVisitor
Package
Description
-
Uses of SignatureVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of SignatureVisitor in org.eclipse.persistence.internal.libraries.asm.commonsMethods in org.eclipse.persistence.internal.libraries.asm.commons that return SignatureVisitorModifier and TypeMethodDescriptionprotected SignatureVisitorRemapper.createRemappingSignatureAdapter(SignatureVisitor signatureVisitor) Deprecated.protected SignatureVisitorRemapper.createSignatureRemapper(SignatureVisitor signatureVisitor) Constructs a new remapper for signatures.SignatureRemapper.visitArrayType()SignatureRemapper.visitClassBound()SignatureRemapper.visitExceptionType()SignatureRemapper.visitInterface()SignatureRemapper.visitInterfaceBound()SignatureRemapper.visitParameterType()SignatureRemapper.visitReturnType()SignatureRemapper.visitSuperclass()SignatureRemapper.visitTypeArgument(char wildcard) Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type SignatureVisitorModifier and TypeMethodDescriptionprotected SignatureVisitorRemapper.createRemappingSignatureAdapter(SignatureVisitor signatureVisitor) protected SignatureVisitorRemapper.createSignatureRemapper(SignatureVisitor signatureVisitor) Constructs a new remapper for signatures.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type SignatureVisitorModifierConstructorDescriptionprotectedSignatureRemapper(int api, SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper.SignatureRemapper(SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper. -
Uses of SignatureVisitor in org.eclipse.persistence.internal.libraries.asm.signature
Subclasses of SignatureVisitor in org.eclipse.persistence.internal.libraries.asm.signatureModifier and TypeClassDescriptionclassA SignatureVisitor that generates signature literals, as defined in the Java Virtual Machine Specification (JVMS).Methods in org.eclipse.persistence.internal.libraries.asm.signature that return SignatureVisitorModifier and TypeMethodDescriptionSignatureVisitor.visitArrayType()Visits a signature corresponding to an array type.SignatureWriter.visitArrayType()SignatureVisitor.visitClassBound()Visits the class bound of the last visited formal type parameter.SignatureWriter.visitClassBound()SignatureVisitor.visitExceptionType()Visits the type of a method exception.SignatureWriter.visitExceptionType()SignatureVisitor.visitInterface()Visits the type of an interface implemented by the class.SignatureWriter.visitInterface()SignatureVisitor.visitInterfaceBound()Visits an interface bound of the last visited formal type parameter.SignatureWriter.visitInterfaceBound()SignatureVisitor.visitParameterType()Visits the type of a method parameter.SignatureWriter.visitParameterType()SignatureVisitor.visitReturnType()Visits the return type of the method.SignatureWriter.visitReturnType()SignatureVisitor.visitSuperclass()Visits the type of the super class.SignatureWriter.visitSuperclass()SignatureVisitor.visitTypeArgument(char wildcard) Visits a type argument of the last visited class or inner class type.SignatureWriter.visitTypeArgument(char wildcard) Methods in org.eclipse.persistence.internal.libraries.asm.signature with parameters of type SignatureVisitorModifier and TypeMethodDescriptionvoidSignatureReader.accept(SignatureVisitor signatureVistor) Makes the given visitor visit the signature of thisSignatureReader.voidSignatureReader.acceptType(SignatureVisitor signatureVisitor) Makes the given visitor visit the signature of thisSignatureReader.
Remapper.createSignatureRemapper(org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor)instead.