| Package | Description |
|---|---|
| configuration | |
| templateInput | |
| templateInput.definition |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultAdjusters.changeVariable(ClassContainer parameters,
java.util.function.Consumer<VariableDefinition> parameterChanger)
Changes the fields inside the
ClassContainer using the given parameterChanger. |
static void |
DefaultAdjusters.removeVariableIf(ClassContainer parameters,
java.util.function.Function<VariableDefinition,Boolean> removeIfTrue)
Removes all fields inside the
ClassContainer for which the input function returns true. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends VariableDefinition> |
ClassContainer.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassContainer.setFields(List<? extends VariableDefinition> fields) |
| Modifier and Type | Method and Description |
|---|---|
VariableDefinition |
VariableDefinition.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDefinition> |
MethodDefinition.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition.Builder |
MethodDefinition.Builder.withParameters(VariableDefinition... parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodDefinition.setParameters(List<VariableDefinition> parameters) |
MethodDefinition.Builder |
MethodDefinition.Builder.withParameters(List<VariableDefinition> parameters) |
| Constructor and Description |
|---|
VariableDefinition(VariableDefinition var)
Copy constructor
|
Copyright © 2019. All rights reserved.