public class DChoicePattern extends DContainerPattern
| Constructor and Description |
|---|
DChoicePattern() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
accept(DPatternVisitor<V> visitor) |
boolean |
isNullable()
Returns true if this pattern is nullable.
|
countChildren, firstChild, iterator, lastChildcreateParseable, getAnnotation, getLocation, isAttribute, isElementpublic boolean isNullable()
DPatternisNullable in class DPatternpublic <V> V accept(DPatternVisitor<V> visitor)
Copyright © 2015 Oracle Corporation. All Rights Reserved.