Uses of Class
org.kohsuke.rngom.ast.builder.GrammarSection.Combine
Packages that use GrammarSection.Combine
Package
Description
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.CombineModifier and TypeFieldDescriptionstatic final GrammarSection.Combine
GrammarSection.COMBINE_CHOICE
static final GrammarSection.Combine
GrammarSection.COMBINE_INTERLEAVE
Methods in org.kohsuke.rngom.ast.builder with parameters of type GrammarSection.Combine -
Uses of GrammarSection.Combine in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact that return GrammarSection.Combine -
Uses of GrammarSection.Combine in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type GrammarSection.CombineModifier and TypeMethodDescriptionvoid
GrammarSectionHost.define
(String name, GrammarSection.Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno)