Class CheckSignatureAdapter

java.lang.Object
org.objectweb.asm.util.CheckSignatureAdapter
All Implemented Interfaces:
SignatureVisitor

public class CheckSignatureAdapter extends Object implements SignatureVisitor
A SignatureVisitor that checks that its methods are properly used.
Author:
Eric Bruneton