| Package | Description |
|---|---|
| fluent.dsl.model | |
| fluent.dsl.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
DslModel |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
ParameterModel.type() |
TypeModel |
KeywordModel.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeModel.extend(TypeModel superType) |
| Constructor and Description |
|---|
KeywordModel(List<AnnotationModel> annotations,
TypeModel type,
String name,
List<String> aliases,
List<ParameterModel> parameters,
BindingModel binding) |
ParameterModel(List<AnnotationModel> annotations,
TypeModel type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
TypeModel |
Plugin.generate(ParameterModel parameterModel,
Filer filer) |
Copyright © 2019. All rights reserved.