Uses of Interface
org.kohsuke.rngom.ast.builder.GrammarSection
Packages that use GrammarSection
Package
Description
Implementation of the
asm.builder
package that uses two
other builds simultaneously.-
Uses of GrammarSection in org.kohsuke.rngom.ast.builder
Subinterfaces of GrammarSection in org.kohsuke.rngom.ast.builderModifier and TypeInterfaceDescriptioninterface
Div<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
Grammar<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
Include<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
IncludedGrammar<P extends ParsedPattern,
E extends ParsedElementAnnotation, L extends Location, A extends Annotations<E, L, CL>, CL extends CommentList<L>> interface
Scope<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 GrammarSectionModifier and TypeMethodDescriptionfinal void
CompactSyntax.Define
(GrammarSection section, Scope scope, Annotations a) final void
CompactSyntax.Definition
(GrammarSection section, Scope scope, Annotations a) final void
CompactSyntax.Div
(GrammarSection section, Scope scope, Annotations a) final Annotations
CompactSyntax.GrammarBody
(GrammarSection section, Scope scope, Annotations a) final void
CompactSyntax.GrammarComponent
(GrammarSection section, Scope scope) final void
CompactSyntax.Include
(GrammarSection section, Scope scope, Annotations a) final Annotations
CompactSyntax.IncludeBody
(GrammarSection section, Scope scope, Annotations a) final void
CompactSyntax.IncludeComponent
(GrammarSection section, Scope scope) final void
CompactSyntax.IncludeDiv
(GrammarSection section, Scope scope, Annotations a) final void
CompactSyntax.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 GrammarSectionModifier and TypeClassDescriptionclass
class
WrapsGrammar
and provides error checking.class
class
class