ParsedPatternpublic class DRefPattern extends DPattern
| Constructor | Description |
|---|---|
DRefPattern(DDefine target) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
accept(DPatternVisitor visitor) |
|
java.lang.String |
getName() |
Gets the name of the target.
|
DDefine |
getTarget() |
Gets the
DDefine that this block refers to. |
boolean |
isNullable() |
Returns true if this pattern is nullable.
|
createParseable, getAnnotation, getLocation, isAttribute, isElementpublic DRefPattern(DDefine target)
public boolean isNullable()
DPatternisNullable in class DPatternpublic java.lang.String getName()
public java.lang.Object accept(DPatternVisitor visitor)
Copyright © 2018 Oracle Corporation. All rights reserved.