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.builderpackage 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.CombineGrammarSection. COMBINE_CHOICEstatic GrammarSection.CombineGrammarSection. COMBINE_INTERLEAVEMethods in org.kohsuke.rngom.ast.builder with parameters of type GrammarSection.Combine Modifier and Type Method Description voidGrammarSection. 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.CombineCompactSyntax. 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 voidGrammarSectionHost. define(java.lang.String name, GrammarSection.Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno)
-