Uses of Class
com.sun.tools.rngom.ast.builder.GrammarSection.Combine
-
Packages that use GrammarSection.Combine Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of GrammarSection.Combine in com.sun.tools.rngom.ast.builder
Fields in com.sun.tools.rngom.ast.builder declared as GrammarSection.Combine Modifier and Type Field Description static GrammarSection.CombineGrammarSection. COMBINE_CHOICEstatic GrammarSection.CombineGrammarSection. COMBINE_INTERLEAVEMethods in com.sun.tools.rngom.ast.builder with parameters of type GrammarSection.Combine Modifier and Type Method Description voidGrammarSection. define(String name, GrammarSection.Combine combine, P pattern, L loc, A anno)Called when a pattern is defined. -
Uses of GrammarSection.Combine in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact that return GrammarSection.Combine Modifier and Type Method Description GrammarSection.CombineCompactSyntax. AssignOp() -
Uses of GrammarSection.Combine in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host with parameters of type GrammarSection.Combine Modifier and Type Method Description voidGrammarSectionHost. define(String name, GrammarSection.Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno)
-