GrammarImpl(Scope<Leaf,ParsedElementAnnotation,LocatorImpl,AnnotationsImpl,CommentListImpl> scope) {
super(scope,new com.sun.tools.txw2.model.Grammar());
}
public Leaf endGrammar(LocatorImpl locator, AnnotationsImpl annotations) throws BuildException {
return new Ref(locator,grammar,com.sun.tools.txw2.model.Grammar.START);
}