Uses of Interface
com.sun.tools.rngom.ast.builder.Annotations
-
Packages that use Annotations 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.nc Default Name Class Object Model (one example ofast.omimplementation).com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of Annotations in com.sun.tools.rngom.ast.builder
Classes in com.sun.tools.rngom.ast.builder with type parameters of type Annotations Modifier and Type Interface Description interfaceDataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceDiv<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>Used to build foreign element annotations.interfaceGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceGrammarSection<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>The container that can have<define>elements.interfaceInclude<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceIncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceNameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceSchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceScope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>Subinterfaces of Annotations in com.sun.tools.rngom.ast.builder Modifier and Type Interface Description interfaceElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>Used to build foreign element annotations. -
Uses of Annotations in com.sun.tools.rngom.binary
Classes in com.sun.tools.rngom.binary that implement Annotations Modifier and Type Class Description classSchemaBuilderImplMethods in com.sun.tools.rngom.binary that return Annotations Modifier and Type Method Description AnnotationsSchemaBuilderImpl. makeAnnotations(CommentList comments, Context context)Methods in com.sun.tools.rngom.binary with parameters of type Annotations Modifier and Type Method Description ParsedPatternSchemaBuilderImpl. annotate(ParsedPattern p, Annotations anno)ParsedPatternSchemaBuilderImpl. makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeChoice(java.util.List patterns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeEmpty(Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.String ns, Scope scope, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeGroup(java.util.List patterns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeInterleave(java.util.List patterns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeList(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeMixed(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeNotAllowed(Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeOneOrMore(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeOptional(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeText(Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context context, java.lang.String ns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeZeroOrMore(ParsedPattern p, Location loc, Annotations anno) -
Uses of Annotations in com.sun.tools.rngom.nc
Classes in com.sun.tools.rngom.nc with type parameters of type Annotations Modifier and Type Class Description classNameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of Annotations in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact that return Annotations Modifier and Type Method Description AnnotationsCompactSyntax. Annotations()AnnotationsCompactSyntax. GrammarBody(GrammarSection section, Scope scope, Annotations a)AnnotationsCompactSyntax. IncludeBody(GrammarSection section, Scope scope, Annotations a) -
Uses of Annotations in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that return Annotations Modifier and Type Method Description AnnotationsSchemaBuilderHost. makeAnnotations(CommentList _comments, Context context)Methods in com.sun.tools.rngom.parse.host with parameters of type Annotations Modifier and Type Method Description ParsedPatternSchemaBuilderHost. annotate(ParsedPattern _p, Annotations _anno)protected com.sun.tools.rngom.parse.host.AnnotationsHostBase. cast(Annotations ann)voidGrammarSectionHost. define(java.lang.String name, GrammarSection.Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno)voidDivHost. endDiv(Location _loc, Annotations _anno)ParsedPatternGrammarHost. endGrammar(Location _loc, Annotations _anno)voidIncludeHost. endInclude(Parseable current, java.lang.String uri, java.lang.String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeAttribute(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeChoice(java.util.List patterns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeElement(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeEmpty(Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeExternalRef(Parseable current, java.lang.String uri, java.lang.String ns, Scope _scope, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeGroup(java.util.List patterns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeInterleave(java.util.List patterns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeList(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeMixed(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeNotAllowed(Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeOneOrMore(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeOptional(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternScopeHost. makeParentRef(java.lang.String name, Location _loc, Annotations _anno)ParsedPatternScopeHost. makeRef(java.lang.String name, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeText(Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeZeroOrMore(ParsedPattern _p, Location _loc, Annotations _anno)
-