Uses of Interface
com.sun.tools.rngom.ast.builder.GrammarSection
-
Packages that use GrammarSection Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of GrammarSection in com.sun.tools.rngom.ast.builder
Subinterfaces of GrammarSection in com.sun.tools.rngom.ast.builder Modifier and Type Interface Description interfaceDiv<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>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>>interfaceScope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of GrammarSection in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact with parameters of type GrammarSection Modifier and Type Method Description voidCompactSyntax. Define(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. Definition(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. Div(GrammarSection section, Scope scope, Annotations a)AnnotationsCompactSyntax. GrammarBody(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. GrammarComponent(GrammarSection section, Scope scope)voidCompactSyntax. Include(GrammarSection section, Scope scope, Annotations a)AnnotationsCompactSyntax. IncludeBody(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. IncludeComponent(GrammarSection section, Scope scope)voidCompactSyntax. IncludeDiv(GrammarSection section, Scope scope, Annotations a)voidCompactSyntax. Start(GrammarSection section, Scope scope, Annotations a) -
Uses of GrammarSection in com.sun.tools.rngom.parse.host
Classes in com.sun.tools.rngom.parse.host that implement GrammarSection Modifier and Type Class Description classDivHostclassGrammarHostWrapsGrammarand provides error checking.classGrammarSectionHostclassIncludeHostclassScopeHost
-