Class Grammar


public final class Grammar extends Scope
Set of Scopes.

Grammar as Scope holds information about the start pattern. This allows us to easily recognize Grammar in the parsed tree.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)