Class GrammarHost

All Implemented Interfaces:
Grammar, GrammarSection, Scope

public class GrammarHost extends ScopeHost implements Grammar
Wraps Grammar and provides error checking.

The following errors are checked by this host:

  1. referenced to undefined patterns.
Author:
Kohsuke Kawaguchi ([email protected])