Makes the given visitor visit the signature of this {@link SignatureReader}. This signature is the one specified in the constructor (see {@link #SignatureReader(String) SignatureReader}). This method is intended to be called on a {@link SignatureReader} that wascreated using a FieldTypeSignature, such as the signature parameter of the {@link org.ow2.asm.ClassVisitor#visitField ClassVisitor.visitField} or {@link org.ow2.asm.MethodVisitor#visitLocalVariable MethodVisitor.visitLocalVariable} methods.
@param v the visitor that must visit this signature.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.