Uses of Interface
org.kohsuke.rngom.ast.builder.GrammarSection
-
Packages that use GrammarSection Package Description org.kohsuke.rngom.ast.builder org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of GrammarSection in org.kohsuke.rngom.ast.builder
Subinterfaces of GrammarSection in org.kohsuke.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 org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.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 org.kohsuke.rngom.parse.host
Classes in org.kohsuke.rngom.parse.host that implement GrammarSection Modifier and Type Class Description classDivHostclassGrammarHostWrapsGrammarand provides error checking.classGrammarSectionHostclassIncludeHostclassScopeHost
-