|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrammarSection.Combine | |
---|---|
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.Combine in org.kohsuke.rngom.ast.builder |
---|
Fields in org.kohsuke.rngom.ast.builder declared as GrammarSection.Combine | |
---|---|
static GrammarSection.Combine |
GrammarSection.COMBINE_CHOICE
|
static GrammarSection.Combine |
GrammarSection.COMBINE_INTERLEAVE
|
Methods in org.kohsuke.rngom.ast.builder with parameters of type GrammarSection.Combine | |
---|---|
void |
GrammarSection.define(String name,
GrammarSection.Combine combine,
P pattern,
L loc,
A anno)
Called when a pattern is defined. |
Uses of GrammarSection.Combine in org.kohsuke.rngom.parse.compact |
---|
Methods in org.kohsuke.rngom.parse.compact that return GrammarSection.Combine | |
---|---|
GrammarSection.Combine |
CompactSyntax.AssignOp()
|
Uses of GrammarSection.Combine in org.kohsuke.rngom.parse.host |
---|
Methods in org.kohsuke.rngom.parse.host with parameters of type GrammarSection.Combine | |
---|---|
void |
GrammarSectionHost.define(String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |