接口 TraversingASTNodeVisitor<P>

  • 类型参数:
    P - Parameter type for the visit methods
    所有超级接口:
    ASTNodeVisitor<java.lang.Void,​P>
    所有已知实现类:
    ClassNameCollectingVisitor

    public interface TraversingASTNodeVisitor<P>
    extends ASTNodeVisitor<java.lang.Void,​P>
    A generic implementation of the ASTNodeVisitor intended to be used for when traversal of the full AST is needed.