Uses of Interface
com.sun.tools.rngom.ast.builder.CommentList
-
Packages that use CommentList 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.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of CommentList in com.sun.tools.rngom.ast.builder
Classes in com.sun.tools.rngom.ast.builder with type parameters of type CommentList Modifier and Type Interface Description interfaceAnnotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>Includes attributes and child elements before any RELAX NG element.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>> -
Uses of CommentList in com.sun.tools.rngom.binary
Classes in com.sun.tools.rngom.binary that implement CommentList Modifier and Type Class Description classSchemaBuilderImplMethods in com.sun.tools.rngom.binary that return CommentList Modifier and Type Method Description CommentListSchemaBuilderImpl. makeCommentList()Methods in com.sun.tools.rngom.binary with parameters of type CommentList Modifier and Type Method Description voidSchemaBuilderImpl. addComment(CommentList comments)voidSchemaBuilderImpl. addLeadingComment(CommentList comments)voidSchemaBuilderImpl. addText(String value, Location loc, CommentList comments)ParsedPatternSchemaBuilderImpl. commentAfter(ParsedPattern p, CommentList comments)AnnotationsSchemaBuilderImpl. makeAnnotations(CommentList comments, Context context)ElementAnnotationBuilderSchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context) -
Uses of CommentList in com.sun.tools.rngom.nc
Classes in com.sun.tools.rngom.nc with type parameters of type CommentList Modifier and Type Class Description classNameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of CommentList in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that return CommentList Modifier and Type Method Description CommentListSchemaBuilderHost. makeCommentList()Methods in com.sun.tools.rngom.parse.host with parameters of type CommentList Modifier and Type Method Description ParsedPatternSchemaBuilderHost. commentAfter(ParsedPattern _p, CommentList _comments)AnnotationsSchemaBuilderHost. makeAnnotations(CommentList _comments, Context context)ElementAnnotationBuilderSchemaBuilderHost. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)voidGrammarSectionHost. topLevelComment(CommentList _comments)
-