@FunctionalInterface public interface DslGrammar
| Modifier and Type | Method and Description |
|---|---|
List<DslEntity> |
getEntities()
Returns the list of entities
|
default List<DslDefinition> |
getRootDefinitions()
Examples : a grammar is defined from atoms (string...)
|
default List<DslDefinition> getRootDefinitions()
Copyright © 2019. All Rights Reserved.