Class ChildElementFinder

  • All Implemented Interfaces:
    PatternVisitor

    public class ChildElementFinder
    extends PatternWalker
    Visits a pattern and creates a list of possible child elements.

    One can use a similar technique to introspect a pattern.

    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)