Package relaxngcc.grammar
Class BinaryPattern
- java.lang.Object
-
- relaxngcc.grammar.Pattern
-
- relaxngcc.grammar.BinaryPattern
-
- Direct Known Subclasses:
ChoicePattern
,GroupPattern
,InterleavePattern
public abstract class BinaryPattern extends Pattern
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description BinaryPattern(Pattern _p1, Pattern _p2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern[]
getChildPatterns()
Gets all the child patterns of this combinor.
-