| Package | Description |
|---|---|
| configuration | |
| reader | |
| templateInput | |
| templateInput.definition |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultAdjusters.removeMethodIf(ClassContainer parameters,
java.util.function.Function<MethodDefinition,Boolean> removeIfTrue)
Removes all methods inside the
ClassContainer for which the input function returns true. |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition |
MethodDefinitionFactory.createConstructor(com.github.javaparser.ast.Node node) |
MethodDefinition |
MethodDefinitionFactory.createMethod(com.github.javaparser.ast.Node node,
dataflow.model.DataFlowGraph dfg) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends MethodDefinition> |
ClassContainer.getConstructors() |
List<? extends MethodDefinition> |
ClassContainer.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassContainer.setConstructors(List<MethodDefinition> constructors) |
void |
ClassContainer.setMethods(List<? extends MethodDefinition> methods) |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition |
MethodDefinition.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<MethodDefinition> |
MethodDefinition.getInputMethods() |
List<MethodDefinition> |
MethodDefinition.getOutputMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodDefinition.addInputMethod(MethodDefinition inputMethod) |
void |
MethodDefinition.addOutputMethod(MethodDefinition method) |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition.Builder |
MethodDefinition.Builder.inputMethods(List<MethodDefinition> inputMethods) |
MethodDefinition.Builder |
MethodDefinition.Builder.outputMethods(List<MethodDefinition> outputMethods) |
void |
MethodDefinition.setInputMethods(List<MethodDefinition> inputMethods) |
void |
MethodDefinition.setOutputMethods(List<MethodDefinition> outputMethods) |
Copyright © 2019. All rights reserved.