| Package | Description |
|---|---|
| fluent.api.model | |
| fluent.api.model.impl |
| Modifier and Type | Method and Description |
|---|---|
ModifiersModel |
ElementModel.modifiers() |
| Modifier and Type | Class and Description |
|---|---|
class |
ModifiersModelImpl |
| Modifier and Type | Method and Description |
|---|---|
ModifiersModel |
ElementModelImpl.modifiers() |
| Constructor and Description |
|---|
ElementModelImpl(ModifiersModel modifiers) |
GenericModelImpl(ModifiersModel modifiers) |
MethodModelImpl(ModifiersModel modifiers,
String name,
List<VarModel> parameters,
boolean isConstructor) |
TypeModelImpl(ModifiersModel modifiers,
String packageName,
String simpleName,
String fullName,
TypeKind kind) |
TypeModelImpl(ModifiersModel modifiers,
String packageName,
String simpleName,
String fullName,
TypeKind kind,
List<TypeModel> typeParameters) |
VarModelImpl(ModifiersModel modifiers,
TypeModel type,
String name) |
Copyright © 2019. All rights reserved.