| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.lazy |
| Modifier and Type | Method and Description |
|---|---|
List<StatementModel> |
MethodModel.body() |
| Modifier and Type | Method and Description |
|---|---|
List<StatementModel> |
LazyMethodModel.body() |
| Constructor and Description |
|---|
LazyMethodModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
Supplier<List<TypeModel>> typeParameters,
TypeModel returnType,
String name,
Supplier<List<VarModel>> parametersSupplier,
Supplier<List<StatementModel>> bodySupplier) |
Copyright © 2019. All rights reserved.