类 AllParameterVisitor

  • 所有已实现的接口:
    MemberVisitor

    public class AllParameterVisitor
    extends java.lang.Object
    implements MemberVisitor
    This MemberVisitor lets a given parameter visitor visit all the parameters of the methods that it visits. The parameters optionally include the 'this' parameters of non-static methods, but never the return value.