Class GrammarHost
- java.lang.Object
 - 
- org.kohsuke.rngom.rngparser.parse.host.Base
 - 
- org.kohsuke.rngom.rngparser.parse.host.GrammarSectionHost
 - 
- org.kohsuke.rngom.rngparser.parse.host.ScopeHost
 - 
- org.kohsuke.rngom.rngparser.parse.host.GrammarHost
 
 
 
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.kohsuke.rngom.rngparser.ast.builder.GrammarSection
GrammarSection.Combine 
 - 
 
- 
Field Summary
- 
Fields inherited from interface org.kohsuke.rngom.rngparser.ast.builder.GrammarSection
COMBINE_CHOICE, COMBINE_INTERLEAVE, START 
 - 
 
- 
Constructor Summary
Constructors Constructor Description GrammarHost(Grammar lhs, Grammar rhs) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedPatternendGrammar(Location _loc, Annotations _anno)- 
Methods inherited from class org.kohsuke.rngom.rngparser.parse.host.ScopeHost
makeParentRef, makeRef 
- 
Methods inherited from class org.kohsuke.rngom.rngparser.parse.host.GrammarSectionHost
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment 
- 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.kohsuke.rngom.rngparser.ast.builder.GrammarSection
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment 
- 
Methods inherited from interface org.kohsuke.rngom.rngparser.ast.builder.Scope
makeParentRef, makeRef 
 - 
 
 - 
 
- 
- 
Method Detail
- 
endGrammar
public ParsedPattern endGrammar(Location _loc, Annotations _anno) throws BuildException
- Specified by:
 endGrammarin interfaceGrammar- Throws:
 BuildException
 
 - 
 
 -