Uses of Interface
com.sun.tools.rngom.ast.builder.ElementAnnotationBuilder
Packages that use ElementAnnotationBuilder
Package
Description
Minimal binarized pattern object model (one example of
ast.om implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.builder package that uses two
other builds simultaneously.-
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder that return ElementAnnotationBuilder -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.binary
Classes in com.sun.tools.rngom.binary that implement ElementAnnotationBuilderMethods in com.sun.tools.rngom.binary that return ElementAnnotationBuilderModifier and TypeMethodDescriptionSchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context) -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return ElementAnnotationBuilderModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, LocatorImpl loc, com.sun.tools.rngom.digested.CommentListImpl comments, Context context) -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type ElementAnnotationBuilderModifier and TypeMethodDescriptionfinal voidCompactSyntax.AnnotationElementContent(ElementAnnotationBuilder eab) final voidCompactSyntax.AnnotationElementLiteral(ElementAnnotationBuilder eab) -
Uses of ElementAnnotationBuilder in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that return ElementAnnotationBuilderModifier and TypeMethodDescriptionSchemaBuilderHost.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)