Package relaxngcc.grammar
Class ChoicePattern
- java.lang.Object
-
- relaxngcc.grammar.Pattern
-
- relaxngcc.grammar.BinaryPattern
-
- relaxngcc.grammar.ChoicePattern
-
public class ChoicePattern extends BinaryPattern
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Field Summary
-
Fields inherited from class relaxngcc.grammar.BinaryPattern
p1, p2
-
-
Constructor Summary
Constructors Constructor Description ChoicePattern(ParserRuntime rt, Pattern p1, Pattern p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(PatternFunction f)
-
Methods inherited from class relaxngcc.grammar.BinaryPattern
getChildPatterns
-
-
-
-
Constructor Detail
-
ChoicePattern
public ChoicePattern(ParserRuntime rt, Pattern p1, Pattern p2)
-
-
Method Detail
-
apply
public java.lang.Object apply(PatternFunction f)
-
-