Uses of Interface
com.sun.tools.rngom.ast.builder.Grammar
-
Packages that use Grammar Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).com.sun.tools.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.com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of Grammar in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder that return Grammar Modifier and Type Method Description Grammar<P,E,L,A,CL>SchemaBuilder. makeGrammar(Scope<P,E,L,A,CL> parent) -
Uses of Grammar in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary that return Grammar Modifier and Type Method Description GrammarSchemaBuilderImpl. makeGrammar(Scope parent) -
Uses of Grammar in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return Grammar Modifier and Type Method Description GrammarDSchemaBuilderImpl. makeGrammar(Scope parent) -
Uses of Grammar in com.sun.tools.rngom.parse.host
Classes in com.sun.tools.rngom.parse.host that implement Grammar Modifier and Type Class Description classGrammarHostWrapsGrammarand provides error checking.Methods in com.sun.tools.rngom.parse.host that return Grammar Modifier and Type Method Description GrammarSchemaBuilderHost. makeGrammar(Scope _parent)Constructors in com.sun.tools.rngom.parse.host with parameters of type Grammar Constructor Description GrammarHost(Grammar lhs, Grammar rhs)
-