|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrammarSection | |
---|---|
org.kohsuke.rngom.ast.builder | |
org.kohsuke.rngom.parse.compact | |
org.kohsuke.rngom.parse.host | 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.builder | |
---|---|
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>>
Scope for <grammar> element that serves as a container
of <define>s. |
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>>
Scope for <grammar> element of the <include>d grammar. |
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 | |
---|---|
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 | |
---|---|
class |
DivHost
|
class |
GrammarHost
Wraps Grammar and provides error checking. |
class |
GrammarSectionHost
|
class |
IncludeHost
|
class |
ScopeHost
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |