Makes the given visitor visit the signature of this
SignatureReader . This signature is the one specified in the
constructor (see
SignatureReader.SignatureReader(String) SignatureReader ). This
method is intended to be called on a
SignatureReader that was
created using a ClassSignature (such as the
signature parameter of the
com.sleepycat.asm.ClassVisitor.visit ClassVisitor.visit method)
or a MethodTypeSignature (such as the signature
parameter of the
com.sleepycat.asm.ClassVisitor.visitMethod ClassVisitor.visitMethod method).
Parameters: v - the visitor that must visit this signature.