Uses of Interface
org.kohsuke.rngom.ast.builder.Grammar

Packages that use Grammar
org.kohsuke.rngom.ast.builder   
org.kohsuke.rngom.binary Minimal binarized pattern object model (one example of ast.om implementation). 
org.kohsuke.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc. 
org.kohsuke.rngom.parse.host Implementation of the asm.builder package that uses two other builds simultaneously. 
 

Uses of Grammar in org.kohsuke.rngom.ast.builder
 

Methods in org.kohsuke.rngom.ast.builder that return Grammar
 Grammar<P,E,L,A,CL> SchemaBuilder.makeGrammar(Scope<P,E,L,A,CL> parent)
           
 

Uses of Grammar in org.kohsuke.rngom.binary
 

Methods in org.kohsuke.rngom.binary that return Grammar
 Grammar SchemaBuilderImpl.makeGrammar(Scope parent)
           
 

Uses of Grammar in org.kohsuke.rngom.digested
 

Methods in org.kohsuke.rngom.digested that return Grammar
 Grammar DSchemaBuilderImpl.makeGrammar(Scope parent)
           
 

Uses of Grammar in org.kohsuke.rngom.parse.host
 

Classes in org.kohsuke.rngom.parse.host that implement Grammar
 class GrammarHost
          Wraps Grammar and provides error checking.
 

Methods in org.kohsuke.rngom.parse.host that return Grammar
 Grammar SchemaBuilderHost.makeGrammar(Scope _parent)
           
 

Constructors in org.kohsuke.rngom.parse.host with parameters of type Grammar
GrammarHost(Grammar lhs, Grammar rhs)
           
GrammarHost(Grammar lhs, Grammar rhs)
           
 



Copyright © 2011. All Rights Reserved.