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.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.builder Modifier and Type Interface Description interface
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 GrammarSection Modifier and Type Method Description void
CompactSyntax. Define(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. Definition(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. Div(GrammarSection section, Scope scope, Annotations a)
Annotations
CompactSyntax. GrammarBody(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. GrammarComponent(GrammarSection section, Scope scope)
void
CompactSyntax. Include(GrammarSection section, Scope scope, Annotations a)
Annotations
CompactSyntax. IncludeBody(GrammarSection section, Scope scope, Annotations a)
void
CompactSyntax. IncludeComponent(GrammarSection section, Scope scope)
void
CompactSyntax. IncludeDiv(GrammarSection section, Scope scope, Annotations a)
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 GrammarSection Modifier and Type Class Description class
DivHost
class
GrammarHost
WrapsGrammar
and provides error checking.class
GrammarSectionHost
class
IncludeHost
class
ScopeHost
-