Class ScopeCollector

  • All Implemented Interfaces:
    PatternFunction

    public class ScopeCollector
    extends java.lang.Object
    implements PatternFunction
    Traverses a grammar and collects all Scope objects. This object serves as a function and returns a Set that contains all Scopes found in the specified pattern.
    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)