| Constructor | Description |
|---|---|
DGrammarPattern() |
| Modifier and Type | Method | Description |
|---|---|---|
<V> V |
accept(DPatternVisitor<V> visitor) |
|
DDefine |
get(String name) |
Gets the named pattern by its name.
|
DPattern |
getStart() |
Gets the start pattern.
|
boolean |
isNullable() |
Returns true if this pattern is nullable.
|
Iterator<DDefine> |
iterator() |
Iterates all the
DDefines in this grammar. |
createParseable, getAnnotation, getLocation, isAttribute, isElementforEach, spliteratorpublic DPattern getStart()
public DDefine get(String name)
public boolean isNullable()
DPatternisNullable in class DPatternpublic <V> V accept(DPatternVisitor<V> visitor)
Copyright © 2018 Oracle Corporation. All rights reserved.