Uses of Class
org.kohsuke.rngom.ast.builder.GrammarSection.Combine
-
Packages that use GrammarSection.Combine 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.Combine in org.kohsuke.rngom.ast.builder
Fields in org.kohsuke.rngom.ast.builder declared as GrammarSection.Combine Modifier and Type Field Description 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 Modifier and Type Method Description void
GrammarSection. define(java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
GrammarSectionHost. define(java.lang.String name, GrammarSection.Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno)
-